Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
[mount] adding timeout to usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Kornievskaia committed Mar 19, 2012
1 parent bbb1ed6 commit a92dd35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mount/mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ static VOID PrintUsage(LPTSTR pProcess)
TEXT("\twsize=#\twrite buffer size in bytes\n")
TEXT("\tsec=krb5:krb5i:krb5p\tspecify gss security flavor\n")
TEXT("\twritethru\tturns off rdbss caching for writes\n")
TEXT("\tnocache\tturns off rdbss caching\n"),
TEXT("\tnocache\tturns off rdbss caching\n")
TEXT("\ttimeout=#\tspecify upcall timeout value in seconds (default 120s)\n"),
pProcess, pProcess, pProcess);
}

Expand Down

0 comments on commit a92dd35

Please sign in to comment.