]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
swapon: remove extra word from usage
authorKarel Zak <kzak@redhat.com>
Fri, 31 Oct 2014 09:58:27 +0000 (10:58 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 31 Oct 2014 09:58:27 +0000 (10:58 +0100)
Reported-by: Benno Schulenberg <bensberg@justemail.net>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/swapon.c

index f66461ebb0f38b26fc0a0bf18ccb9aa2edd0a977..8f7e918067d4edffa88f06bacb100def2b53d970 100644 (file)
@@ -756,7 +756,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
                " <file>                 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);