Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix(src/bin/cibtool.rs): fix typo in help messwage
Lars Wirzenius committed 1 year ago
commit ba1396ff58f1f7a620dec4b6d5e33f80c98075f4
parent 607699b8d32b700752370e63435ead5c2803032d
1 file changed +1 -1
modified src/bin/cibtool.rs
@@ -111,7 +111,7 @@ enum Cmd {
    /// Produce HTML reports based on database contents.
    Report(ReportCmd),

-
    /// Trigger a Ci run.
+
    /// Trigger a CI run.
    Trigger(TriggerCmd),
}