Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/restore Sort options in usage.
details: https://anonhg.NetBSD.org/src/rev/bda796dad060
branches: trunk
changeset: 570699:bda796dad060
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Oct 24 17:01:07 2004 +0000
description:
Sort options in usage.
diffstat:
sbin/restore/main.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (42 lines):
diff -r dd409358b1cc -r bda796dad060 sbin/restore/main.c
--- a/sbin/restore/main.c Sun Oct 24 16:43:21 2004 +0000
+++ b/sbin/restore/main.c Sun Oct 24 17:01:07 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.27 2004/10/22 22:38:38 bouyer Exp $ */
+/* $NetBSD: main.c,v 1.28 2004/10/24 17:01:07 wiz Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: main.c,v 1.27 2004/10/22 22:38:38 bouyer Exp $");
+__RCSID("$NetBSD: main.c,v 1.28 2004/10/24 17:01:07 wiz Exp $");
#endif
#endif /* not lint */
@@ -307,19 +307,19 @@
(void)fprintf(stderr,
"usage: %s -i [-cdhmvyN] [-b bsize] [-D algorithm] "
- "[-f file] [-s fileno] [-M mtreefile]\n", progname);
+ "[-f file] [-M mtreefile] [-s fileno]\n", progname);
(void)fprintf(stderr,
" %s -R [-cdvyN] [-b bsize] [-D algorithm] [-f file] "
- "[-s fileno] [-M mtreefile]\n", progname);
+ "[-M mtreefile] [-s fileno]\n", progname);
(void)fprintf(stderr,
" %s -r [-cdvyN] [-b bsize] [-D algorithm] [-f file] "
- "[-s fileno] [-M mtreefile]\n", progname);
+ "[-M mtreefile] [-s fileno]\n", progname);
(void)fprintf(stderr,
" %s -t [-cdhvy] [-b bsize] [-D algorithm] [-f file]\n"
" [-s fileno] [file ...]\n", progname);
(void)fprintf(stderr,
" %s -x [-cdhmvyN] [-b bsize] [-D algorithm] [-f file]\n"
- " [-s fileno] [-M mtreefile] [file ...]\n", progname);
+ " [-M mtreefile] [-s fileno] [file ...]\n", progname);
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index