]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: tiny alphabetical and grammatical tweak
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 29 May 2013 17:53:38 +0000 (19:53 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 7 Jun 2013 09:31:40 +0000 (11:31 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
login-utils/su-common.c

index ee34053ba1c5cba9194ad4d45e2c0d6dd51636c9..8b08df16c0a4d632a6db3719157da98161a23ca3 100644 (file)
@@ -632,7 +632,7 @@ usage (int status)
     fputs (_("\n"
     "Run <command> with the effective user ID and group ID of <user>.  If -u is\n"
     "not given, fall back to su(1)-compatible semantics and execute standard shell.\n"
-    "The options -l, -c, -f, -s are mutually exclusive to -u.\n"), stdout);
+    "The options -c, -f, -l, and -s are mutually exclusive with -u.\n"), stdout);
 
     fputs(USAGE_OPTIONS, stdout);