Sort options.

This commit is contained in:
wiz 2007-12-02 21:03:39 +00:00
parent c50e337e51
commit 9fbc5e2b76

View File

@ -1,4 +1,4 @@
/* $NetBSD: ninepuffs.c,v 1.22 2007/11/16 18:39:01 pooka Exp $ */
/* $NetBSD: ninepuffs.c,v 1.23 2007/12/02 21:03:39 wiz Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: ninepuffs.c,v 1.22 2007/11/16 18:39:01 pooka Exp $");
__RCSID("$NetBSD: ninepuffs.c,v 1.23 2007/12/02 21:03:39 wiz Exp $");
#endif /* !lint */
#include <sys/types.h>
@ -57,7 +57,7 @@ static void
usage(void)
{
fprintf(stderr, "usage: %s [-o mntopts] [-p port] [-s] "
fprintf(stderr, "usage: %s [-s] [-o mntopts] [-p port] "
"[user@]server[:path] mountpoint\n", getprogname());
exit(1);
}