summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2019-03-16 15:42:40 -0500
committerPavel Shilovsky <pshilov@microsoft.com>2019-04-02 11:29:22 -0700
commit49eb190518c5000d48c929b21304edd2e8522ea6 (patch)
tree90f079bf5b25746ac930c9dd8e3787815b0e2f25
parent2244e109ae30aeb0a21deaa591f6e11fa2039e7d (diff)
downloadcifs-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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/smbinfo.c b/smbinfo.c
index 268114b..33fca95 100644
--- a/smbinfo.c
+++ b/smbinfo.c
@@ -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);
}