docs: Update delete-past-remote-media example with correct flag syntax
It's not just a single `-` but rather `--`.
This commit is contained in:
parent
1e527c1075
commit
5feb08dff2
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ pub enum MediaCommand {
|
|||
/// * Delete all remote and local media from 3 days ago, up until now:
|
||||
///
|
||||
/// `!admin media delete-past-remote-media -a 3d
|
||||
///-yes-i-want-to-delete-local-media`
|
||||
///--yes-i-want-to-delete-local-media`
|
||||
#[command(verbatim_doc_comment)]
|
||||
DeletePastRemoteMedia {
|
||||
/// The relative time (e.g. 30s, 5m, 7d) from now within which to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue