From 1b435f38ef82ce0899a736b84faa202641ea1e9c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 29 May 2013 19:53:38 +0200 Subject: [PATCH] textual: tiny alphabetical and grammatical tweak Signed-off-by: Benno Schulenberg --- login-utils/su-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3