diff options
Diffstat (limited to 'fdflush.c')
-rw-r--r-- | fdflush.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -32,8 +32,7 @@ extern int fdflush_main(int argc, char **argv) | |||
32 | int value; | 32 | int value; |
33 | int fd; | 33 | int fd; |
34 | if ( **(argv+1) == '-' ) { | 34 | if ( **(argv+1) == '-' ) { |
35 | fprintf(stderr, "Usage: fdflush device\n"); | 35 | usage( "fdflush device\n"); |
36 | exit(FALSE); | ||
37 | } | 36 | } |
38 | 37 | ||
39 | fd = open(*argv, 0); | 38 | fd = open(*argv, 0); |