minor updates

git-svn-id: http://encfs.googlecode.com/svn/trunk@83 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
Valient Gough 2012-08-20 05:04:18 +00:00
parent 7efdea5e17
commit f144de359f
2 changed files with 1 additions and 2 deletions

View File

@ -1585,7 +1585,6 @@ RootPtr initFS( EncFS_Context *ctx, const shared_ptr<EncFS_Opts> &opts )
if(opts->passwordProgram.empty())
{
rDebug( "useStdin: %i", opts->useStdin );
if (opts->annotate)
cerr << "$PROMPT$ passwd" << endl;
userKey = getUserKey( config, opts->useStdin );

View File

@ -245,7 +245,7 @@ bool processArgs(int argc, char *argv[], const shared_ptr<EncFS_Args> &out)
// 'm' : mount-on-demand
// 'S' : password from stdin
// 'o' : arguments meant for fuse
int res = getopt_long( argc, argv, "HsSfvdmi:o:",
int res = getopt_long( argc, argv, "HsSfvVdmi:o:",
long_options, &option_index);
if(res == -1)