Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
bin/patch: Fix help for list command
Erik Kundt committed 5 months ago
commit 3b940482bbec936686580a8039fac8d96bda313e
parent eac471462b998abb8b45da9db6e75b8918a59205
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)
"#,
};