summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2019-01-29 07:03:01 -0600
committerPavel Shilovsky <pshilov@microsoft.com>2019-02-14 16:10:42 -0800
commitdb9d117fd6e2660768a35e72a374540ffc68d36d (patch)
treed64df824ab9b55758cf66c2beb76c4e70458a9e8
parent0ca46dbb7d50d8872b60e71baa337d96884cd881 (diff)
downloadcifs-utils-db9d117fd6e2660768a35e72a374540ffc68d36d.tar.gz
cifs-utils-db9d117fd6e2660768a35e72a374540ffc68d36d.tar.bz2
cifs-utils-db9d117fd6e2660768a35e72a374540ffc68d36d.zip
smbinfo: update help text
Add description for fileallinfo query option. Note that there are eight other recently added query options, but they are mostly a subset a "fileallinfo" so could be of little value (and may even be very confusing if we documented all nine in the help text in smbinfo, instead of just this one). The man page has a full description of them. Signed-off-by: Steve French <stfrench@microsoft.com>
-rw-r--r--smbinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/smbinfo.c b/smbinfo.c
index 7184a68..76e722e 100644
--- a/smbinfo.c
+++ b/smbinfo.c
@@ -57,6 +57,8 @@ usage(char *name)
{
fprintf(stderr, "Usage: %s <command> <file>\n"
"Commands are\n"
+ " fileallinfo:\n"
+ " Prints common metadata associated with a file.\n"
" secdesc:\n"
" Prints the security descriptor for a cifs file.\n"
" quota:\n"