diff options
Diffstat (limited to 'urpmi.removemedia')
-rwxr-xr-x | urpmi.removemedia | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.removemedia b/urpmi.removemedia index b60c1f55..88e9a823 100755 --- a/urpmi.removemedia +++ b/urpmi.removemedia @@ -45,7 +45,7 @@ where <name> is a medium name to remove. ") . N(" -v - verbose mode. ") . N(" --urpmi-root - use another root for urpmi db & rpm installation. ") . $msg; - exit 0; + exit 1; } |