mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-28 15:26:25 +00:00
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
|
/// Sets or removes the executable bit for paths in the repo
|
||||||
///
|
///
|
||||||
/// Unlike the POSIX `chmod`, `jj chmod` also works on Windows, on conflicted
|
/// Unlike the POSIX `chmod`, `jj file chmod` also works on Windows, on
|
||||||
/// files, and on arbitrary revisions.
|
/// conflicted files, and on arbitrary revisions.
|
||||||
#[derive(clap::Args, Clone, Debug)]
|
#[derive(clap::Args, Clone, Debug)]
|
||||||
pub(crate) struct ChmodArgs {
|
pub(crate) struct ChmodArgs {
|
||||||
mode: ChmodMode,
|
mode: ChmodMode,
|
||||||
|
|
|
@ -698,7 +698,7 @@ File operations
|
||||||
|
|
||||||
Sets or removes the executable bit for paths in the repo
|
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>...`
|
**Usage:** `jj file chmod [OPTIONS] <MODE> <PATHS>...`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue