diff options
-rwxr-xr-x | gurpmi.addmedia | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi.addmedia b/gurpmi.addmedia index 1db12b3d..55fd7a22 100755 --- a/gurpmi.addmedia +++ b/gurpmi.addmedia @@ -85,7 +85,7 @@ while (@ARGV) { $with eq 'with' or ($with, $with_hdlist) = (undef, undef); if ($url !~ m,^(([^:]*):/)?/,) { interactive_msg('gurpmi.addmedia', - N("bad <url> (for local directory, the path must be absolute)")); + N("bad <url> (for local directory, the path must be absolute)") . "\n\n$url"); myexit(-1); } if ($with && !$with_hdlist) { |