From 6da9213a31752e2908a8b721cb88b6cd190d60f5 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 1 Apr 2015 00:18:51 +0200 Subject: typo --- cli/icevault | 8 ++++---- 1 file 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; -- cgit v1.2.3