MANPAGE: add -info example output

This commit is contained in:
Jakob Unterwurzacher 2020-11-14 15:08:57 +01:00
parent 6bb42f79fd
commit 8470cc38df
2 changed files with 13 additions and 2 deletions

View File

@ -55,8 +55,16 @@ Print a short help text that shows the more-often used options.
Long help text, shows all available options. Long help text, shows all available options.
#### -info #### -info
Pretty-print the contents of the config file for human consumption, Pretty-print the contents of the config file in CIPHERDIR for
stripping out sensitive data. human consumption, stripping out sensitive data.
Example:
$ gocryptfs -info my_cipherdir
Creator: gocryptfs v2.0-beta2
FeatureFlags: GCMIV128 HKDF DirIV EMENames LongNames Raw64
EncryptedKey: 64B
ScryptObject: Salt=32B N=65536 R=8 P=1 KeyLen=32
#### -init #### -init
Initialize encrypted directory. Initialize encrypted directory.

View File

@ -190,6 +190,9 @@ RM: 3.379
Changelog Changelog
--------- ---------
vNEXT, in progress
* MANPAGE: Split options into sections acc. to where they apply ([#517](https://github.com/rfjakob/gocryptfs/issues/517))
v2.0-beta2, 2020-11-14 v2.0-beta2, 2020-11-14
* Improve [performance](Documentation/performance.txt#L69) * Improve [performance](Documentation/performance.txt#L69)
* Fix [GETATTR panic](https://github.com/rfjakob/gocryptfs/issues/519#issuecomment-718790790) in reverse mode * Fix [GETATTR panic](https://github.com/rfjakob/gocryptfs/issues/519#issuecomment-718790790) in reverse mode