summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}