diff options
author | Steve French <stfrench@microsoft.com> | 2019-03-16 15:42:40 -0500 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2019-04-02 11:29:22 -0700 |
commit | 49eb190518c5000d48c929b21304edd2e8522ea6 (patch) | |
tree | 90f079bf5b25746ac930c9dd8e3787815b0e2f25 | |
parent | 2244e109ae30aeb0a21deaa591f6e11fa2039e7d (diff) | |
download | cifs-utils-49eb190518c5000d48c929b21304edd2e8522ea6.tar.gz cifs-utils-49eb190518c5000d48c929b21304edd2e8522ea6.tar.bz2 cifs-utils-49eb190518c5000d48c929b21304edd2e8522ea6.zip |
smbinfo: missing help for fsctl-getobjid
Add usage description for new option fsctl-getobjid
See section 2.1.3.1 of MS-FSCC
Signed-off-by: Steve French <stfrench@microsoft.com>
-rw-r--r-- | smbinfo.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -88,7 +88,9 @@ usage(char *name) " secdesc:\n" " Prints the security descriptor for a cifs file.\n" " quota:\n" - " Prints the quota for a cifs file.\n", + " Prints the quota for a cifs file.\n" + " fsctl-getobjid:\n" + " Prints the objectid of the file and GUID of the underlying volume.\n", name); exit(1); } |