Sort flags.

From Pierre Riteau, thanks!

ok okan@.
This commit is contained in:
oga
2008-06-25 01:09:09 +00:00
parent 187e7dfad2
commit 77058c59e2
2 changed files with 5 additions and 5 deletions

View File

@@ -315,6 +315,6 @@ usage(void)
{
extern char *__progname;
fprintf(stderr, "usage: %s [-d display] [-c file]\n", __progname);
fprintf(stderr, "usage: %s [-c file] [-d display]\n", __progname);
exit(1);
}