From 1de54efe232f161b6303d7cb600479816e84ef15 Mon Sep 17 00:00:00 2001
From: Steve French <stfrench@microsoft.com>
Date: Sat, 16 Mar 2019 15:42:40 -0500
Subject: [PATCH] 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>
---
smbinfo.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
@@ -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);
}
--
2.17.1