From d41492bcbc31d9e9e603d574d27dddcd8b6dd823 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 1 Nov 2016 18:30:32 +0100 Subject: [PATCH] MANPAGE: update version field description --- Documentation/MANPAGE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 6f8939a..63e7b6a 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -154,9 +154,10 @@ Options: **-version** : Print version and exit. The output contains three fields seperated by ";". - Example: "gocryptfs v0.12-2; go-fuse a4c968c; go1.6.2". + Example: "gocryptfs v1.1.1-5-g75b776c; go-fuse 6b801d3; 2016-11-01 go1.7.3". Field 1 is the gocryptfs version, field 2 is the version of the go-fuse - library, field 3 is the Go version that was used to compile the binary. + library, field 3 is the compile date and the Go version that was + used. **-wpanic** : When encountering a warning, panic and exit immediately. This is