mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
no arg required for stdinpass, reported by Scott Hendrickson
git-svn-id: http://encfs.googlecode.com/svn/trunk@8 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
parent
b6224fa0eb
commit
72625ab441
@ -222,7 +222,7 @@ bool processArgs(int argc, char *argv[], const shared_ptr<EncFS_Args> &out)
|
||||
{"public", 0, 0, 'P'}, // public mode
|
||||
{"extpass", 1, 0, 'p'}, // external password program
|
||||
// {"single-thread", 0, 0, 's'}, // single-threaded mode
|
||||
{"stdinpass", 1, 0, 'S'}, // read password from stdin
|
||||
{"stdinpass", 0, 0, 'S'}, // read password from stdin
|
||||
{"verbose", 0, 0, 'v'}, // verbose mode
|
||||
{"version", 0, 0, 'V'}, //version
|
||||
{"reverse", 0, 0, 'r'}, // reverse encryption
|
||||
|
Loading…
Reference in New Issue
Block a user