commit | 9cf3bfa7c1bf3ad959c61711c9a5ac1969149300 | [log] [tgz] |
---|---|---|
author | Erik Andersen <andersen@codepoet.org> | Thu Apr 13 18:49:43 2000 +0000 |
committer | Erik Andersen <andersen@codepoet.org> | Thu Apr 13 18:49:43 2000 +0000 |
tree | 61d03a8d473f2d253c80f5bb3acc13d488351250 | |
parent | b4f8606c05f8a256b515633e48df954ead1260ef [diff] [blame] |
More doc updates for BusyBox, with fixes to apps for bugs revealed while trying to write docs . :-) -Erik
diff --git a/util-linux/fdflush.c b/util-linux/fdflush.c index 201cea8..56ea224 100644 --- a/util-linux/fdflush.c +++ b/util-linux/fdflush.c
@@ -33,8 +33,8 @@ int value; int fd; - if (argc <= 1 || **(argv++) == '-') { - usage("fdflush device\n"); + if (argc <= 1 || **(++argv) == '-') { + usage("fdflush device\n\nForce floppy disk drive to detect disk change\n"); } fd = open(*argv, 0);