From: Benno Schulenberg Date: Wed, 29 May 2013 17:53:38 +0000 (+0200) Subject: textual: tiny alphabetical and grammatical tweak X-Git-Tag: v2.24-rc1~521 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b435f38ef82ce0899a736b84faa202641ea1e9c;p=thirdparty%2Futil-linux.git textual: tiny alphabetical and grammatical tweak Signed-off-by: Benno Schulenberg --- diff --git a/login-utils/su-common.c b/login-utils/su-common.c index ee34053ba1..8b08df16c0 100644 --- a/login-utils/su-common.c +++ b/login-utils/su-common.c @@ -632,7 +632,7 @@ usage (int status) fputs (_("\n" "Run with the effective user ID and group ID of . 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);