summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 8ea7cad80..6bff7f065 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -911,7 +911,7 @@ Allowing this will permit users to simply click on "Share" in konqueror and naut
$in->ask_warn('',
'The per-user sharing uses the group "fileshare".
You can use userdrake to add a user in this group.
-Or on the command line use: "usermod -G fileshare user_name"');
+Or on the command line use: "usermod -G fileshare,previous_groups user_name"');
}
}