Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: remove random unrelated words from option doc help text
Lars Wirzenius committed 9 months ago
commit e171baf84f28c21a57f0093ef74dfb7ef9b2c113
parent 6596d9eced03eadc1aa598cf2c22347b34f91f45
1 file changed +2 -2
modified src/bin/cibtoolcmd/log.rs
@@ -19,8 +19,8 @@ use super::*;
/// default text format that's hard to parse.
#[derive(Debug, Parser)]
pub struct LogCmd {
-
    /// Read journalctl JSON output from this file. repository name.
-
    /// Default is to read from the standard input.
+
    /// Read journalctl JSON output from this file. Default is to read
+
    /// from the standard input.
    #[clap(long)]
    journal: Option<PathBuf>,