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:
Valient Gough 2008-01-17 07:32:25 +00:00
parent b6224fa0eb
commit 72625ab441

View File

@ -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