From 42be031364878edcca4a7888718e0aa08e9d8ae0 Mon Sep 17 00:00:00 2001 From: Olga Kornievskaia Date: Fri, 29 Apr 2011 14:48:03 -0400 Subject: [PATCH] [mount] adding security option to PrintUsage --- mount/mount.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mount/mount.c b/mount/mount.c index 493f8cc..bd4bccf 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -64,7 +64,8 @@ static VOID PrintUsage(LPTSTR pProcess) TEXT("Mount options:\n") TEXT("\tro\tmount as read-only\n") TEXT("\trsize=#\tread buffer size in bytes\n") - TEXT("\twsize=#\twrite buffer size in bytes\n"), + TEXT("\twsize=#\twrite buffer size in bytes\n") + TEXT("\tsec=krb5:krb5i:krb5p\tspecify gss security flavor\n"), pProcess, pProcess, pProcess); }