aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-04-01 00:18:51 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-04-01 00:19:24 +0200
commit80b33a6791eb2b31b12cd1790a60194dbc5de7cf (patch)
treef0b4bcaa2ebb69e46bd86ca4eb56ea9009109794
parentf35986c5fd0952b6d4af28c9a9ea31e36b245be2 (diff)
typo
-rwxr-xr-xcli/icevault8
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;