diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-13 02:26:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-13 02:26:24 +0000 |
commit | 68071e46b1451f942d60d2e891a4896e356866df (patch) | |
tree | 5a249fe55704d5b76e5c9c4556b9b4afe7b20ced /include | |
parent | bc3d4a175fbbb5fc5a3bc52e79e382351b839aa7 (diff) |
touch up usage for swap utils
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 723b97759..9ddd55fd8 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2619,14 +2619,14 @@ "\t-s\tuse System V sum algorithm (512byte blocks)" #define swapoff_trivial_usage \ - "[OPTION] [DEVICE]" + "[-a] [DEVICE]" #define swapoff_full_usage \ "Stop swapping virtual memory pages on DEVICE.\n\n" \ "Options:\n" \ "\t-a\tStop swapping on all swap devices" #define swapon_trivial_usage \ - "[OPTION] [DEVICE]" + "[-a] [DEVICE]" #define swapon_full_usage \ "Start swapping virtual memory pages on DEVICE.\n\n" \ "Options:\n" \ |