summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rurpme2
1 files changed, 1 insertions, 1 deletions
diff --git a/rurpme b/rurpme
index ce5a2790..ee7b4e7f 100644
--- a/rurpme
+++ b/rurpme
@@ -7,7 +7,7 @@ use urpm::msg;
use urpm::util qw(untaint);
if ($< != 0) {
- print STDERR N("Only superuser is allowed to install packages"), "\n";
+ print STDERR N("Only superuser is allowed to uninstall packages"), "\n";
exit 1;
}