From cf1157e38362a423001190662457e1a822c189dc Mon Sep 17 00:00:00 2001 From: Ivan Golman Date: Mon, 23 Feb 2015 15:06:24 +0100 Subject: [PATCH] Double GetOpts dispatsch clause removed. --- bin/charon.ftp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/charon.ftp b/bin/charon.ftp index 930576d..7059be2 100755 --- a/bin/charon.ftp +++ b/bin/charon.ftp @@ -151,13 +151,13 @@ GetOptions( "password|p=s" => \$pass, "readpassword|r" => \$read_password, "maxage|m=i" => \$days_to_expire, - "profile|p=s" => \$uprofile, + "profile" => \$uprofile, "all|a" => \$all, "directory|dir|d=s" => \$dir, "test|dry-run|n" => \$dry_run, "truncate|t" => \$truncate, "verbose|v" => \$verbose, - "help|h" => \$help + "help" => \$help ) || usage(); # which module do we use for the connection?