From 72625ab441f34083ca60edd8d17a5a7fe9e50825 Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Thu, 17 Jan 2008 07:32:25 +0000 Subject: [PATCH] no arg required for stdinpass, reported by Scott Hendrickson git-svn-id: http://encfs.googlecode.com/svn/trunk@8 db9cf616-1c43-0410-9cb8-a902689de0d6 --- encfs/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encfs/main.cpp b/encfs/main.cpp index e146ab6..83620f9 100644 --- a/encfs/main.cpp +++ b/encfs/main.cpp @@ -222,7 +222,7 @@ bool processArgs(int argc, char *argv[], const shared_ptr &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