Module Name:    src
Committed By:   wiz
Date:           Sun Aug 27 20:40:22 UTC 2017

Modified Files:
        src/usr.bin/sys_info: sys_info.sh

Log Message:
Sync usage with man page.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/sys_info/sys_info.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/sys_info/sys_info.sh
diff -u src/usr.bin/sys_info/sys_info.sh:1.12 src/usr.bin/sys_info/sys_info.sh:1.13
--- src/usr.bin/sys_info/sys_info.sh:1.12	Thu Aug 24 01:43:42 2017
+++ src/usr.bin/sys_info/sys_info.sh	Sun Aug 27 20:40:22 2017
@@ -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 <a...@netbsd.org>
 # All rights reserved.
@@ -244,7 +244,7 @@ while getopts "L:P:v" a; do
 	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

Reply via email to