Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Fix `value_name` for `lines`
Lorenz Leutgeb committed 6 months ago
commit 059179780f00c8db69a4900500d1f0414acde36c
parent 64215ef1b203c4efc18779ee855f0e3c60983442
1 file changed +1 -1
modified crates/radicle-cli/src/commands/node/args.rs
@@ -173,7 +173,7 @@ pub(super) enum Command {
    /// Show the log
    Logs {
        /// Only show <COUNT> lines of the log
-
        #[arg(long, default_value_t = 60)]
+
        #[arg(long, value_name = "COUNT", default_value_t = 60)]
        lines: usize,
    },