Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Backticks like in about?
Lorenz Leutgeb committed 6 months ago
commit cfd16b816b2ea7c9d85315b4d4c7a5f19806c3cc
parent 7e87fc8eb9e9072ccb506ae5557b1e94589de54d
1 file changed +4 -4
modified crates/radicle-cli/src/commands/sync/args.rs
@@ -70,13 +70,13 @@ pub struct Args {
pub(super) struct SyncArgs {
    /// Enable fetching [default: true]
    ///
-
    /// Providing --announce without --fetch will disable fetching
+
    /// Providing `--announce` without `--fetch` will disable fetching
    #[arg(long, short, conflicts_with = "inventory")]
    fetch: bool,

    /// Enable announcing [default: true]
    ///
-
    /// Providing --fetch without --announce will disable announcing
+
    /// Providing `--fetch` without `--announce` will disable announcing
    #[arg(long, short, conflicts_with = "inventory")]
    announce: bool,

@@ -128,10 +128,10 @@ pub(super) struct SyncArgs {

    /// Enable announcing inventory [default: false]
    ///
-
    /// --inventory is a standalone mode and is not compatible with the other
+
    /// `--inventory` is a standalone mode and is not compatible with the other
    /// options
    ///
-
    /// <RID> is ignored when announcing --inventory
+
    /// <RID> is ignored with `--inventory`
    #[arg(long, short)]
    inventory: bool,
}