forked from mirrors/jj
docs: replace jj chmod
-> jj file chmod
`jj chmod` is now deprecated
This commit is contained in:
parent
46b37aca2f
commit
40bb207747
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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>...`
|
||||
|
||||
|
|
Loading…
Reference in a new issue