Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Clarify "latest"
Lorenz Leutgeb committed 6 months ago
commit fe3a3fa806cc5a2c1ee086f549a1cc7cf87e319e
parent d8c4f2cd81db69674d7647c0ca65991a82ce72bd
1 file changed +2 -1
modified crates/radicle-cli/src/commands/patch/args.rs
@@ -87,7 +87,8 @@ pub(super) enum Command {

        /// The revision to diff
        ///
-
        /// If not specified, the latest revision will be used
+
        /// If not specified, the latest revision of the original author
+
        /// will be used
        #[arg(long, short)]
        revision: Option<Rev>,
    },