[mount] adding security option to PrintUsage
This commit is contained in:
parent
ab7bdbd125
commit
42be031364
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ static VOID PrintUsage(LPTSTR pProcess)
|
||||||
TEXT("Mount options:\n")
|
TEXT("Mount options:\n")
|
||||||
TEXT("\tro\tmount as read-only\n")
|
TEXT("\tro\tmount as read-only\n")
|
||||||
TEXT("\trsize=#\tread buffer size in bytes\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);
|
pProcess, pProcess, pProcess);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue