Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst sysinst: sync usage with man page
details: https://anonhg.NetBSD.org/src/rev/bc6cc5de68ea
branches: trunk
changeset: 359864:bc6cc5de68ea
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jan 28 19:38:51 2022 +0000
description:
sysinst: sync usage with man page
diffstat:
usr.sbin/sysinst/main.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 1877aeccc7d6 -r bc6cc5de68ea usr.sbin/sysinst/main.c
--- a/usr.sbin/sysinst/main.c Fri Jan 28 19:36:00 2022 +0000
+++ b/usr.sbin/sysinst/main.c Fri Jan 28 19:38:51 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.28 2022/01/28 19:27:43 martin Exp $ */
+/* $NetBSD: main.c,v 1.29 2022/01/28 19:38:51 wiz Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -492,18 +492,18 @@
usage(void)
{
- (void)fprintf(stderr, "usage: sysinst [-D] [-f definition_file] "
- "[-r release] [-C bg:fg]"
+ (void)fprintf(stderr, "usage: sysinst [-C bg:fg] [-D"
#ifndef NO_PARTMAN
- " [-p]"
+ "p"
#endif
+ "] [-f definition_file] "
+ "[-m message_catalog_dir]"
"\n"
"where:\n"
+ "\t-C bg:fg\n\t\tuse different color scheme\n"
"\t-D\n\t\trun in debug mode\n"
"\t-f definition_file\n\t\toverride built-in defaults from file\n"
"\t-m msg_catalog_dir\n\t\tuse translation files from msg_catalog_dir\n"
- "\t-r release\n\t\toverride release name\n"
- "\t-C bg:fg\n\t\tuse different color scheme\n"
#ifndef NO_PARTMAN
"\t-p\n\t\tonly run the partition editor, no installation\n"
#endif
Home |
Main Index |
Thread Index |
Old Index