diff options
author | Jakob Unterwurzacher | 2017-01-29 00:34:12 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-01-29 00:34:12 +0100 |
commit | 6166dad05c1bf505f1c0fca1fbe8bf6a27d02db9 (patch) | |
tree | 436e69d74445f56f0858d2a459d3e2b0edfea3fc /Documentation | |
parent | de200aad72f8718041f345b68c3c77332f995861 (diff) |
readpassword: support spaces in "-passfile" filename
...and while we are at it, also filenames starting with "-".
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/MANPAGE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 9dd4a12..63f86cf 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -149,7 +149,7 @@ Options: **-passfile string** : Read password from the specified file. This is a shortcut for - specifying "-extpass /bin/cat FILE". + specifying '-extpass="/bin/cat -- FILE"'. **-passwd** : Change the password. Will ask for the old password, check if it is |