From a34581790ea10b910812a41b5dc7afeaee39f607 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <art1@andreas-romeyke.de> Date: Mon, 2 Aug 2021 09:40:18 +0200 Subject: [PATCH] - minor fix in help --- perl/exit_strategy.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/perl/exit_strategy.pl b/perl/exit_strategy.pl index 156b750..2dc0d2f 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; - -- GitLab