From eec3b8c2286168c787be3bfc102550cb022bb4dd Mon Sep 17 00:00:00 2001 From: Benjamin Tan Date: Thu, 10 Oct 2024 22:03:49 +0800 Subject: [PATCH] cli: remove additional space in `--quiet` help message --- cli/src/cli_util.rs | 2 +- cli/tests/cli-reference@.md.snap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/src/cli_util.rs b/cli/src/cli_util.rs index 39698735e..d93665404 100644 --- a/cli/src/cli_util.rs +++ b/cli/src/cli_util.rs @@ -2833,7 +2833,7 @@ pub struct EarlyArgs { pub color: Option, /// Silence non-primary command output /// - /// For example, `jj file list ` will still list files, but it won't tell + /// For example, `jj file list` will still list files, but it won't tell /// you if the working copy was snapshotted or if descendants were rebased. /// /// Warnings and errors will still be printed. diff --git a/cli/tests/cli-reference@.md.snap b/cli/tests/cli-reference@.md.snap index 7cc659c79..e9c7f719a 100644 --- a/cli/tests/cli-reference@.md.snap +++ b/cli/tests/cli-reference@.md.snap @@ -180,7 +180,7 @@ To get started, see the tutorial at https://martinvonz.github.io/jj/latest/tutor * `--color ` — When to colorize output (always, never, debug, auto) * `--quiet` — Silence non-primary command output - For example, `jj file list ` will still list files, but it won't tell you if the working copy was snapshotted or if descendants were rebased. + For example, `jj file list` will still list files, but it won't tell you if the working copy was snapshotted or if descendants were rebased. Warnings and errors will still be printed. * `--no-pager` — Disable the pager