forked from mirrors/jj
cli: remove additional space in --quiet
help message
This commit is contained in:
parent
cb023f8ab1
commit
eec3b8c228
2 changed files with 2 additions and 2 deletions
|
@ -2833,7 +2833,7 @@ pub struct EarlyArgs {
|
||||||
pub color: Option<ColorChoice>,
|
pub color: Option<ColorChoice>,
|
||||||
/// Silence non-primary command output
|
/// 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.
|
/// you if the working copy was snapshotted or if descendants were rebased.
|
||||||
///
|
///
|
||||||
/// Warnings and errors will still be printed.
|
/// Warnings and errors will still be printed.
|
||||||
|
|
|
@ -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)
|
* `--color <WHEN>` — When to colorize output (always, never, debug, auto)
|
||||||
* `--quiet` — Silence non-primary command output
|
* `--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.
|
Warnings and errors will still be printed.
|
||||||
* `--no-pager` — Disable the pager
|
* `--no-pager` — Disable the pager
|
||||||
|
|
Loading…
Reference in a new issue