aboutsummaryrefslogtreecommitdiff
path: root/fdflush.c
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-13 18:49:43 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-13 18:49:43 +0000
commit9c24ee20ab75047beebcf1a5766fdbdbd82ba662 (patch)
tree61d03a8d473f2d253c80f5bb3acc13d488351250 /fdflush.c
parent243153c09634fdbd0ac39af35677a4a7929e9c64 (diff)
downloadbusybox-w32-9c24ee20ab75047beebcf1a5766fdbdbd82ba662.tar.gz
busybox-w32-9c24ee20ab75047beebcf1a5766fdbdbd82ba662.tar.bz2
busybox-w32-9c24ee20ab75047beebcf1a5766fdbdbd82ba662.zip
More doc updates for BusyBox, with fixes to apps for bugs revealed
while trying to write docs . :-) -Erik git-svn-id: svn://busybox.net/trunk/busybox@451 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'fdflush.c')
-rw-r--r--fdflush.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fdflush.c b/fdflush.c
index 201cea898..56ea2244d 100644
--- a/fdflush.c
+++ b/fdflush.c
@@ -33,8 +33,8 @@ extern int fdflush_main(int argc, char **argv)
33 int value; 33 int value;
34 int fd; 34 int fd;
35 35
36 if (argc <= 1 || **(argv++) == '-') { 36 if (argc <= 1 || **(++argv) == '-') {
37 usage("fdflush device\n"); 37 usage("fdflush device\n\nForce floppy disk drive to detect disk change\n");
38 } 38 }
39 39
40 fd = open(*argv, 0); 40 fd = open(*argv, 0);