Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/sys_info Sync usage with man page.
details: https://anonhg.NetBSD.org/src/rev/9e8e8230fda1
branches: trunk
changeset: 356015:9e8e8230fda1
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Aug 27 20:40:22 2017 +0000
description:
Sync usage with man page.
diffstat:
usr.bin/sys_info/sys_info.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 436b93283dd1 -r 9e8e8230fda1 usr.bin/sys_info/sys_info.sh
--- a/usr.bin/sys_info/sys_info.sh Sun Aug 27 20:39:26 2017 +0000
+++ b/usr.bin/sys_info/sys_info.sh Sun Aug 27 20:40:22 2017 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: sys_info.sh,v 1.12 2017/08/24 01:43:42 kre Exp $
+# $NetBSD: sys_info.sh,v 1.13 2017/08/27 20:40:22 wiz Exp $
# Copyright (c) 2016 Alistair Crooks <agc%NetBSD.org@localhost>
# All rights reserved.
@@ -244,7 +244,7 @@
L) LIBRARY_PATH=${OPTARG};;
P) PATH=${OPTARG};;
\?) printf >&2 '%s\n' \
- "Usage: $0 [-P path] [-L libdirs] [-v] [system...]"
+ "Usage: $0 [-v] [-L lib-path] [-P path] [component ...]"
exit 2
esac
done
Home |
Main Index |
Thread Index |
Old Index