diff options
author | Steve French <stfrench@microsoft.com> | 2019-01-29 07:03:01 -0600 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2019-02-14 16:10:42 -0800 |
commit | db9d117fd6e2660768a35e72a374540ffc68d36d (patch) | |
tree | d64df824ab9b55758cf66c2beb76c4e70458a9e8 | |
parent | 0ca46dbb7d50d8872b60e71baa337d96884cd881 (diff) | |
download | cifs-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |