summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-31 22:52:57 +0000
committerRob Landley <rob@landley.net>2006-05-31 22:52:57 +0000
commit06208417581fb8dcc05c8ca0250397d33ef3be52 (patch)
tree8cf532e46f72f88e3d978729b85da33c05708ae0 /include
parentc8b360ebb75ff41a5263828a591e7c0932ea944e (diff)
downloadbusybox-w32-06208417581fb8dcc05c8ca0250397d33ef3be52.tar.gz
busybox-w32-06208417581fb8dcc05c8ca0250397d33ef3be52.tar.bz2
busybox-w32-06208417581fb8dcc05c8ca0250397d33ef3be52.zip
Patch from Tito to remove long options from hdparm.
Diffstat (limited to 'include')
-rw-r--r--include/usage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h
index 1d143e61e..239bbb373 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -994,7 +994,8 @@ USE_FEATURE_DATE_ISOFMT( \
994#define hdparm_trivial_usage \ 994#define hdparm_trivial_usage \
995 "[options] [device] .." 995 "[options] [device] .."
996#define hdparm_full_usage \ 996#define hdparm_full_usage \
997 "Options:" \ 997 USE_FEATURE_HDPARM_GET_IDENTITY("\tIf no device name is specified read from stdin.\n") \
998 "\nOptions:\n" \
998 "\t-a get/set fs readahead\n" \ 999 "\t-a get/set fs readahead\n" \
999 "\t-A set drive read-lookahead flag (0/1)\n" \ 1000 "\t-A set drive read-lookahead flag (0/1)\n" \
1000 "\t-b get/set bus state (0 == off, 1 == on, 2 == tristate)\n" \ 1001 "\t-b get/set bus state (0 == off, 1 == on, 2 == tristate)\n" \
@@ -1006,9 +1007,8 @@ USE_FEATURE_DATE_ISOFMT( \
1006 "\t-f flush buffer cache for device on exit\n" \ 1007 "\t-f flush buffer cache for device on exit\n" \
1007 "\t-g display drive geometry\n" \ 1008 "\t-g display drive geometry\n" \
1008 "\t-h display terse usage information\n" \ 1009 "\t-h display terse usage information\n" \
1009 "\t-i display drive identification\n" \ 1010 USE_FEATURE_HDPARM_GET_IDENTITY("\t-i display drive identification\n") \
1010 USE_FEATURE_HDPARM_GET_IDENTITY("\t-I detailed/current information directly from drive\n") \ 1011 USE_FEATURE_HDPARM_GET_IDENTITY("\t-I detailed/current information directly from drive\n") \
1011 USE_FEATURE_HDPARM_GET_IDENTITY("\t-Istdin similar to -I, but wants /proc/ide/" "*" "/hd?/identify as input\n") \
1012 "\t-k get/set keep_settings_over_reset flag (0/1)\n" \ 1012 "\t-k get/set keep_settings_over_reset flag (0/1)\n" \
1013 "\t-K set drive keep_features_over_reset flag (0/1)\n" \ 1013 "\t-K set drive keep_features_over_reset flag (0/1)\n" \
1014 "\t-L set drive doorlock (0/1) (removable harddisks only)\n" \ 1014 "\t-L set drive doorlock (0/1) (removable harddisks only)\n" \