Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Specify full command for deprecations
Lorenz Leutgeb committed 6 months ago
commit 2ee7f0492e38f9be2b9221416337182df57b07b0
parent 242b1f6b1aee49632cd9360b80bb9c28b3789d92
1 file changed +1 -1
modified crates/radicle-cli/src/commands/node.rs
@@ -63,7 +63,7 @@ pub fn run(args: Args, ctx: impl term::Context) -> anyhow::Result<()> {
            control::debug(&mut node)?;
        }
        Command::Sessions => {
-
            warning::deprecated("sessions", "status");
+
            warning::deprecated("rad node sessions", "rad node status");
            let sessions = control::sessions(&node)?;
            if let Some(table) = sessions {
                table.print();