Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
fix: typo in `cibtool run show` help text
Lars Wirzenius committed 9 months ago
commit dd4982e8a38db25610811abf9fc5ceed4dce1e6c
parent 93dd7c4
1 file changed +1 -1
modified src/bin/cibtoolcmd/run.rs
@@ -159,7 +159,7 @@ impl Leaf for UpdateRun {

#[derive(Parser)]
pub struct ShowRun {
-
    /// Broker or adapter run IC.
+
    /// Broker or adapter run ID.
    id: RunId,
}