-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"-info" option does not work with "-config" option #157
Comments
Hmm, cannot reproduce
|
So,the command seems to require a folder as the last option without carrying about the contents of the folder since it works even with folders it can not access. It did not occur to me to try the command with cipher folder because i correctly suspected there is nothing worth reading from it. I think the command should not require the cipher folder path to work correctly. |
Getting just the help text in response to gocryptfs -info -config external.config is confusing: #157
It's true that CIPHERDIR is not needed in this case, but it's documented in the help text like that, and it makes command-line parsing so much easier. However, you used to just get the help text in response to
which was pretty unclear in explaining what is wrong. So now you get this:
I think this should keep user frustation to a minimum. |
Fixed the bug on my end with this[1] commit. |
What i want is to get properties of a volume that uses an external config file.
Command like below does not work.
The text was updated successfully, but these errors were encountered: