Fix wrong displayed position of the verbose flag in gnc-fq-dump

This commit is contained in:
fell 2017-04-29 01:27:55 +02:00
parent 82c9367503
commit 2206f0a518

View File

@ -150,7 +150,8 @@ $q->timeout(60);
if ($#ARGV < 1) {
my @sources = $q->sources();
printf "\nUsage: $0 <quote-source> [-v] <stock> [<stock> ...]\n\n";
printf "\nUsage: $0 [-v] <quote-source> <stock> [<stock> ...]\n\n";
printf "-v: verbose\n";
printf "Available sources are: \n %s\n\n", join(' ', @sources);
exit 0;
}