diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-04-01 00:18:51 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-04-01 00:19:24 +0200 |
commit | 80b33a6791eb2b31b12cd1790a60194dbc5de7cf (patch) | |
tree | f0b4bcaa2ebb69e46bd86ca4eb56ea9009109794 /cli | |
parent | f35986c5fd0952b6d4af28c9a9ea31e36b245be2 (diff) |
typo
Diffstat (limited to 'cli')
-rwxr-xr-x | cli/icevault | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/icevault b/cli/icevault index d679b04..4848cd7 100755 --- a/cli/icevault +++ b/cli/icevault @@ -865,9 +865,9 @@ elsif ($COMMAND eq 'import') { } elsif ($COMMAND eq 'fill') { - getopts( 'force|f' => "-f, --force \tDon't ask before updating the form" - , 'show-passwords|p=s' => "-p, --show-passwords\tDon't redact passwords" - , 'socket|s=s' => "-s, --socket=PATH \tSpecifiy the path to the Icevault socket" + getopts( 'force|f' => "-f, --force \tDon't ask before updating the form" + , 'show-passwords|p' => "-p, --show-passwords\tDon't redact passwords" + , 'socket|s=s' => "-s, --socket=PATH \tSpecifiy the path to the Icevault socket" ); usage() unless $#ARGV == 0; @@ -1017,7 +1017,7 @@ elsif ($COMMAND eq 'fill') { } elsif ($COMMAND eq 'dump') { - getopts('show-passwords|p=s' => "-p, --show-passwords\tDon't redact passwords"); + getopts('show-passwords|p' => "-p, --show-passwords\tDon't redact passwords"); usage() unless $#ARGV == 0; my $id = shift; |