mirror of
https://github.com/notwa/rc
synced 2024-11-05 05:29:02 -08:00
document -v
and -n
flags in permit
This commit is contained in:
parent
575baa13cf
commit
da96a701b9
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ permit() { ### @- conditionally set executable permissions on each of its argume
|
|||
### * `-e` -- everything: consider both regular files and directories. (default)
|
||||
### * `-f` -- files: skip any arguments that are not regular files.
|
||||
### * `-d` -- directories: skip any arguments that are not directories.
|
||||
### * `-n` -- dry-run: don't actually change anything.
|
||||
### * `-v` -- verbose: print changes before doing them.
|
||||
###
|
||||
### the `-e`, `-f`, and `-d` flags all override one another, and any of them
|
||||
### can be combined with `-a`. arguments that are neither regular files nor
|
||||
|
|
Loading…
Reference in a new issue