StoreRemoteMedia - removeRemoteMedia script - Add missing newline in bad limit error
This commit is contained in:
parent
586fb5a517
commit
fc4aa470b2
@ -50,7 +50,7 @@ $include_previews = have_option('a', 'all');
|
||||
$image_only = have_option('i', 'image');
|
||||
|
||||
if (!have_option('l', 'limit')) {
|
||||
echo "You must provide a limit!";
|
||||
echo "You must provide a limit!\n\n";
|
||||
show_help();
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user