diff options
author | Jakob Unterwurzacher | 2015-11-14 21:31:39 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-14 21:31:39 +0100 |
commit | 066c2c90eb0a156efe9d1a407b32350673a09fed (patch) | |
tree | 55600dee7eb4eb6d797abdb741c68785d6266f8e /main.go | |
parent | 58592330dc33e194e55fa942d3f375124839f058 (diff) |
MANPAGE: add "-config" flag
Also, "-plaintextnames" can be used with -zerokey.
Fix the incorrect description.
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ func main() { flagSet.BoolVar(&args.foreground, "f", false, "Stay in the foreground") flagSet.BoolVar(&args.version, "version", false, "Print version and exit") flagSet.BoolVar(&args.plaintextnames, "plaintextnames", false, "Do not encrypt "+ - "file names - can only be used together with -init") + "file names") flagSet.BoolVar(&args.quiet, "q", false, "Quiet - silence informational messages") flagSet.StringVar(&args.masterkey, "masterkey", "", "Mount with explicit master key") flagSet.StringVar(&args.cpuprofile, "cpuprofile", "", "Write cpu profile to specified file") |