Fix from Tito to read from stdin only when it's not a tty.
This commit is contained in:
parent
5929edc1fa
commit
6d8ce170b0
2 changed files with 4 additions and 4 deletions
|
@ -994,7 +994,7 @@ USE_FEATURE_DATE_ISOFMT( \
|
|||
#define hdparm_trivial_usage \
|
||||
"[options] [device] .."
|
||||
#define hdparm_full_usage \
|
||||
USE_FEATURE_HDPARM_GET_IDENTITY("\tIf no device name is specified read from stdin.\n") \
|
||||
USE_FEATURE_HDPARM_GET_IDENTITY("\tIf no device name is specified try to read from stdin.\n") \
|
||||
"\nOptions:\n" \
|
||||
"\t-a get/set fs readahead\n" \
|
||||
"\t-A set drive read-lookahead flag (0/1)\n" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue