rust/rhg/src/commands/cat.rs
changeset 48172 08c8cd2527bc
parent 48074 4a6fa6b6f079
child 48224 6b5773f89183
--- a/rust/rhg/src/commands/cat.rs	Thu Jun 24 14:23:11 2021 +0530
+++ b/rust/rhg/src/commands/cat.rs	Tue Oct 05 16:09:20 2021 +0100
@@ -16,7 +16,7 @@
             Arg::with_name("rev")
                 .help("search the repository as it is in REV")
                 .short("-r")
-                .long("--revision")
+                .long("--rev")
                 .value_name("REV")
                 .takes_value(true),
         )
@@ -26,7 +26,7 @@
                 .multiple(true)
                 .empty_values(false)
                 .value_name("FILE")
-                .help("Activity to start: activity@category"),
+                .help("Files to output"),
         )
         .about(HELP_TEXT)
 }