mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix wrong displayed position of the verbose flag in gnc-fq-dump
This commit is contained in:
parent
82c9367503
commit
2206f0a518
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user