diff options
author | Rob Landley <rob@landley.net> | 2006-06-07 21:22:42 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-07 21:22:42 +0000 |
commit | 6d8ce170b0be743f761244f467cdaa5f4318638d (patch) | |
tree | 9eb1bcdc6c73b7512c3611911275f28d06ec94c5 /include | |
parent | 5929edc1fac4340f99ed84e92bf3a2bedd4177c2 (diff) | |
download | busybox-w32-6d8ce170b0be743f761244f467cdaa5f4318638d.tar.gz busybox-w32-6d8ce170b0be743f761244f467cdaa5f4318638d.tar.bz2 busybox-w32-6d8ce170b0be743f761244f467cdaa5f4318638d.zip |
Fix from Tito to read from stdin only when it's not a tty.
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 9bdfb3fe0..0349f6916 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -994,7 +994,7 @@ 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 | USE_FEATURE_HDPARM_GET_IDENTITY("\tIf no device name is specified read from stdin.\n") \ | 997 | USE_FEATURE_HDPARM_GET_IDENTITY("\tIf no device name is specified try to read from stdin.\n") \ |
998 | "\nOptions:\n" \ | 998 | "\nOptions:\n" \ |
999 | "\t-a get/set fs readahead\n" \ | 999 | "\t-a get/set fs readahead\n" \ |
1000 | "\t-A set drive read-lookahead flag (0/1)\n" \ | 1000 | "\t-A set drive read-lookahead flag (0/1)\n" \ |