]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - src/commands/cmd_subvolume.rs
refactor: clean up arguments
[bcachefs-tools-debian] / src / commands / cmd_subvolume.rs
index a3176f406c121935e29c47a512709cc0cda07a98..6df8d0fcb5b9b2989adffcfe1ef3bd0f8594077b 100644 (file)
@@ -25,7 +25,7 @@ enum Subcommands {
     #[command(allow_missing_positional = true)]
     Snapshot {
         /// Make snapshot read only
-        #[arg(long, short = 'r')]
+        #[arg(long, short)]
         read_only: bool,
         source: Option<PathBuf>,
         dest: PathBuf