Skip to content

Commit

Permalink
cli: remove additional space in --quiet help message
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnt4n committed Oct 10, 2024
1 parent cb023f8 commit eec3b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/src/cli_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2833,7 +2833,7 @@ pub struct EarlyArgs {
pub color: Option<ColorChoice>,
/// 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.
Expand Down
2 changes: 1 addition & 1 deletion cli/tests/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ To get started, see the tutorial at https://martinvonz.github.io/jj/latest/tutor
* `--color <WHEN>` — 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
Expand Down

0 comments on commit eec3b8c

Please sign in to comment.