summaryrefslogtreecommitdiffstats
path: root/sys-utils/swapon.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/swapon.c')
-rw-r--r--sys-utils/swapon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/swapon.c b/sys-utils/swapon.c
index f66461ebb..8f7e91806 100644
--- a/sys-utils/swapon.c
+++ b/sys-utils/swapon.c
@@ -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);