aboutsummaryrefslogtreecommitdiffstats
path: root/g13/be-encfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'g13/be-encfs.c')
-rw-r--r--g13/be-encfs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g13/be-encfs.c b/g13/be-encfs.c
index 0f7ec73e6..de3209a91 100644
--- a/g13/be-encfs.c
+++ b/g13/be-encfs.c
@@ -262,7 +262,8 @@ run_encfs_tool (ctrl_t ctrl, enum encfs_cmds cmd,
pgmname = "/usr/bin/encfs";
idx = 0;
argv[idx++] = "-f";
- argv[idx++] = "-v";
+ if (opt.verbose)
+ argv[idx++] = "-v";
argv[idx++] = "--stdinpass";
argv[idx++] = "--annotate";
argv[idx++] = rawdir;