ok/jj
1
0
Fork 0
forked from mirrors/jj

cli: remove additional space in --quiet help message

This commit is contained in:
Benjamin Tan 2024-10-10 22:03:49 +08:00
parent cb023f8ab1
commit eec3b8c228
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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