-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed inconsistent parsing of
--mode
flag (#512)
* `file cp --mode` will always be treated as a 12-bit octal number. * `file chmod --mode` will always be treated as a 12-bit octal number. * `file mkdir --mode` will always be treated as a 12-bit octal number. * Changed error `file chmod` message when `--mode` is empty. * Added `--mode` format description to `mkdir`, `cp` and `chmod` commands help. * Added documentation for `file cp` * Added documentation for `file mkdir`
- Loading branch information
1 parent
9ed2b08
commit b1836a3
Showing
3 changed files
with
132 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters