diff --git a/perl/exit_strategy.pl b/perl/exit_strategy.pl index 156b750717bace660a319a3cba39e31994a300ac..2dc0d2f120db25cdd8d948f3a52ebef5648baa04 100644 --- a/perl/exit_strategy.pl +++ b/perl/exit_strategy.pl @@ -478,7 +478,7 @@ call $0 with following options --enable-sqldump | dumps a given database as SQL to STDOUT create an exit-DB: - $0 [--recovery] [--sqlitedb-file=FILE] DIR + $0 [--recovery] [--sqlitedb-file=FILE] DIR [DIR…] dump an exit-DB as SQL $0 [--sqlitedb-file=FILE] --enable-sqldump @@ -498,7 +498,7 @@ if (defined $flag_sqldump) { exit; } if ($#ARGV_tail < 0) { - die "you need a directory as argument\n"; + die "you need at least a directory as argument\n"; } say "preparing SQL"; @@ -547,4 +547,3 @@ say "\rprocessed $count uniq IEs say ""; 1; -