From 5feb08dff2d494f096ac583e467ce856e2106c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Wed, 4 Mar 2026 17:09:00 +0200 Subject: [PATCH] docs: Update delete-past-remote-media example with correct flag syntax It's not just a single `-` but rather `--`. --- src/admin/media/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/media/mod.rs b/src/admin/media/mod.rs index a8ce0cd3..f90c1740 100644 --- a/src/admin/media/mod.rs +++ b/src/admin/media/mod.rs @@ -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