Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
bin/patch: Fix help for list command
Erik Kundt committed 4 months ago
commit 3b940482bbec936686580a8039fac8d96bda313e
parent eac4714
1 file changed +2 -2
modified bin/commands/patch.rs
@@ -47,8 +47,8 @@ List options

Other options

-
    --no-forward        Don't forward command to `rad` (default: true)
-
    --help              Print help (enables forwarding)
+
    --no-forward            Don't forward command to `rad` (default: true)
+
    --help                  Print help (enables forwarding)
"#,
};