Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: typo in `cibtool run show` help text
✓ CI success Lars Wirzenius committed 9 months ago
commit dd4982e8a38db25610811abf9fc5ceed4dce1e6c
parent 93dd7c49e2993d56f23938750d427057ec8a3224
2 passed (2 total) View logs
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,
}