mirror of
https://github.com/vgough/encfs.git
synced 2025-02-16 09:49:46 +01:00
minor updates
git-svn-id: http://encfs.googlecode.com/svn/trunk@83 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
parent
7efdea5e17
commit
f144de359f
@ -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 );
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user