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

docs: replace jj chmod -> jj file chmod

`jj chmod` is now deprecated
This commit is contained in:
Ilya Grigoriev 2024-06-24 20:39:29 -07:00
parent 46b37aca2f
commit 40bb207747
2 changed files with 3 additions and 3 deletions

View file

@ -34,8 +34,8 @@ enum ChmodMode {
/// 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.
#[derive(clap::Args, Clone, Debug)]
pub(crate) struct ChmodArgs {
mode: ChmodMode,

View file

@ -698,7 +698,7 @@ File operations
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>...`