Skip to content

Commit

Permalink
scripts/import_csv_file: fix display of usage
Browse files Browse the repository at this point in the history
Fix typo that blocked display of usage message in case of incorrect options.
  • Loading branch information
dolmen committed Dec 9, 2024
1 parent 474f68d commit 2948d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import_csv_file.pl
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"skip_existing_values" => \$skip_existing_values,
"only_select_not_existing_images" => \$only_select_not_existing_images,
"use_brand_owner_as_org_name" => \$use_brand_owner_as_org_name,
) or die("Error in command line arguments:\n$\nusage");
) or die("Error in command line arguments:\n\n$usage");

print STDERR "import_csv_file.pl
- user_id: $user_id
Expand Down

0 comments on commit 2948d82

Please sign in to comment.