diff options
Diffstat (limited to 'sutils/swapon.c')
-rw-r--r-- | sutils/swapon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sutils/swapon.c b/sutils/swapon.c index a1e9e63f..3a23353f 100644 --- a/sutils/swapon.c +++ b/sutils/swapon.c @@ -42,7 +42,7 @@ static struct argp_option options[] = static char *args_doc = "DEVICE..."; #ifdef SWAPOFF -static char *doc = "Stop paging onto DEVICE..."; +static char *doc = "Stop paging on DEVICE..."; #else static char *doc = "Start paging onto DEVICE..."; #endif |