diff --git a/prerelease/cli-reference/index.html b/prerelease/cli-reference/index.html index 8c588bc3d..5023e6d69 100644 --- a/prerelease/cli-reference/index.html +++ b/prerelease/cli-reference/index.html @@ -5791,7 +5791,7 @@ does not match the jj help output exactly.

  • --color <WHEN> — When to colorize output (always, never, debug, auto)
  • --quiet — Silence non-primary command output

    -

    For example, jj files 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.

  • @@ -6175,7 +6175,7 @@ Martin von Zweigbergk

    jj file chmod

    Sets or removes the executable bit for paths in the repo

    -

    Unlike the POSIX chmod, jj chmod also works on Windows, on conflicted files, and on arbitrary revisions.

    +

    Unlike the POSIX chmod, jj file chmod also works on Windows, on conflicted files, and on arbitrary revisions.

    Usage: jj file chmod [OPTIONS] <MODE> <PATHS>...

    Arguments: