From: Mike Frysinger Date: Tue, 13 Sep 2005 02:26:24 +0000 (-0000) Subject: touch up usage for swap utils X-Git-Tag: 1_1_0~744 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=68071e46b1451f942d60d2e891a4896e356866df;p=oweals%2Fbusybox.git touch up usage for swap utils --- 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" \