More stuff.
-Erik
This commit is contained in:
@ -5,9 +5,8 @@ extern int
|
||||
sync_main(int argc, char * * argv)
|
||||
{
|
||||
if ( **(argv+1) == '-' ) {
|
||||
fprintf(stderr, "Usage: sync\nWrite all buffered filesystem blocks to disk.\n");
|
||||
exit(FALSE);
|
||||
usage( "sync\nWrite all buffered filesystem blocks to disk.\n");
|
||||
}
|
||||
return sync();
|
||||
return sync();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user