Changeset 65559 in vbox for trunk/src/VBox/Runtime/common/zip/tarcmd.cpp
- Timestamp:
- Jan 31, 2017 9:56:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/tarcmd.cpp
r62584 r65559 947 947 " --file-mode-and-mask <octal-mode> (-A, -C, -d, -r, -u, -x)\n" 948 948 " Restrict the access mode of regular and special files.\n" 949 " --file-mode- and-mask <octal-mode> (-A, -C, -d, -r, -u, -x)\n"949 " --file-mode-or-mask <octal-mode> (-A, -C, -d, -r, -u, -x)\n" 950 950 " Include the given access mode for regular and special files.\n" 951 951 " --dir-mode-and-mask <octal-mode> (-A, -C, -d, -r, -u, -x)\n" 952 952 " Restrict the access mode of directories.\n" 953 " --dir-mode- and-mask <octal-mode> (-A, -C, -d, -r, -u, -x)\n"953 " --dir-mode-or-mask <octal-mode> (-A, -C, -d, -r, -u, -x)\n" 954 954 " Include the given access mode for directories.\n" 955 955 " --read-ahead (-x)\n"
Note:
See TracChangeset
for help on using the changeset viewer.