From 68071e46b1451f942d60d2e891a4896e356866df Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 13 Sep 2005 02:26:24 +0000 Subject: touch up usage for swap utils --- include/usage.h | 4 ++-- 1 file 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" \ -- cgit v1.2.3