From: Karel Zak Date: Fri, 31 Oct 2014 09:58:27 +0000 (+0100) Subject: swapon: remove extra word from usage X-Git-Tag: v2.26-rc1~260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54f2e4563d6c7064df9f2a201ffe928709c29333;p=thirdparty%2Futil-linux.git swapon: remove extra word from usage Reported-by: Benno Schulenberg Signed-off-by: Karel Zak --- diff --git a/sys-utils/swapon.c b/sys-utils/swapon.c index f66461ebb0..8f7e918067 100644 --- a/sys-utils/swapon.c +++ b/sys-utils/swapon.c @@ -756,7 +756,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out) " name of file to be used\n"), out); fputs(_("\nAvailable discard policy types (for --discard):\n" - " once : only single-time area discards are issued. (swapon)\n" + " once : only single-time area discards are issued.\n" " pages : discard freed pages before they are reused.\n" " * if no policy is selected both discard types are enabled. (default)\n"), out);