summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/runas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runas.c b/src/runas.c
index 8ebe51a..481fa7a 100644
--- a/src/runas.c
+++ b/src/runas.c
@@ -120,7 +120,7 @@ runas(char const *runas_user, char const *runas_group)
gr = getgrnam(runas_group);
if (!gr) {
- error("%s: no such group", runas_user);
+ error("%s: no such group", runas_group);
exit(1);
}

Return to:

Send suggestions and report system problems to the System administrator.