summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonnie Sahlberg <lsahlber@redhat.com>2019-02-13 15:47:36 +1000
committerPavel Shilovsky <pshilov@microsoft.com>2019-02-14 16:11:39 -0800
commit858ac4df38169d0b7835113c54a0f85d309303ce (patch)
tree70d6094c560f181e7dcb94551ac5d1ae1b9e1461
parentdb9d117fd6e2660768a35e72a374540ffc68d36d (diff)
downloadcifs-utils-858ac4df38169d0b7835113c54a0f85d309303ce.tar.gz
cifs-utils-858ac4df38169d0b7835113c54a0f85d309303ce.tar.bz2
cifs-utils-858ac4df38169d0b7835113c54a0f85d309303ce.zip
smbinfo: Update the usage text with the new infolevels
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
-rw-r--r--smbinfo.c18
1 files changed, 17 insertions, 1 deletions
diff --git a/smbinfo.c b/smbinfo.c
index 76e722e..5815f06 100644
--- a/smbinfo.c
+++ b/smbinfo.c
@@ -57,8 +57,24 @@ usage(char *name)
{
fprintf(stderr, "Usage: %s <command> <file>\n"
"Commands are\n"
+ " fileaccessinfo:\n"
+ " Prints FileAccessInfo for a cifs file.\n"
+ " filealigninfo:\n"
+ " Prints FileAlignInfo for a cifs file.\n"
" fileallinfo:\n"
- " Prints common metadata associated with a file.\n"
+ " Prints FileAllInfo for a cifs file.\n"
+ " filebasicinfo:\n"
+ " Prints FileBasicInfo for a cifs file.\n"
+ " fileeainfo:\n"
+ " Prints FileEAInfo for a cifs file.\n"
+ " fileinternalinfo:\n"
+ " Prints FileInternalInfo for a cifs file.\n"
+ " filemodeinfo:\n"
+ " Prints FileModeInfo for a cifs file.\n"
+ " filepositioninfo:\n"
+ " Prints FilePositionInfo for a cifs file.\n"
+ " filestandardinfo:\n"
+ " Prints FileStandardInfo for a cifs file.\n"
" secdesc:\n"
" Prints the security descriptor for a cifs file.\n"
" quota:\n"