commit | b0e9a709ba1ae1724d413a77f5b67b1a3e6c6cb7 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Oct 18 22:28:26 1999 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Oct 18 22:28:26 1999 +0000 |
tree | b951f34000ebdef0491eecd9386e5ea3e535171a | |
parent | 703c62da63aa31d665a8215f373b26e4b54f1bf4 [diff] [blame] |
More stuff. -Erik
diff --git a/util-linux/fdflush.c b/util-linux/fdflush.c index ce6870c..58b8b37 100644 --- a/util-linux/fdflush.c +++ b/util-linux/fdflush.c
@@ -32,8 +32,7 @@ int value; int fd; if ( **(argv+1) == '-' ) { - fprintf(stderr, "Usage: fdflush device\n"); - exit(FALSE); + usage( "fdflush device\n"); } fd = open(*argv, 0);