Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
fix: remove random unrelated words from option doc help text
Lars Wirzenius committed 8 months ago
commit e171baf84f28c21a57f0093ef74dfb7ef9b2c113
parent 6596d9e
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>,