Author: maxim
Date: Thu May 19 10:37:44 2016
New Revision: 300197
URL: https://svnweb.freebsd.org/changeset/base/300197

Log:
  o usage() updated for -h and -X flags.

Modified:
  head/tools/tools/nanobsd/defaults.sh

Modified: head/tools/tools/nanobsd/defaults.sh
==============================================================================
--- head/tools/tools/nanobsd/defaults.sh        Thu May 19 06:29:43 2016        
(r300196)
+++ head/tools/tools/nanobsd/defaults.sh        Thu May 19 10:37:44 2016        
(r300197)
@@ -1018,10 +1018,11 @@ pprint ( ) (
 
 usage ( ) {
        (
-       echo "Usage: $0 [-bfiKknqvw] [-c config_file]"
+       echo "Usage: $0 [-bfhiKknqvwX] [-c config_file]"
        echo "  -b      suppress builds (both kernel and world)"
        echo "  -c      specify config file"
        echo "  -f      suppress code slice extraction"
+       echo "  -h      print this help summary page"
        echo "  -i      suppress disk image build"
        echo "  -K      suppress installkernel"
        echo "  -k      suppress buildkernel"
@@ -1029,6 +1030,7 @@ usage ( ) {
        echo "  -q      make output more quiet"
        echo "  -v      make output more verbose"
        echo "  -w      suppress buildworld"
+       echo "  -X      make native-xtools"
        ) 1>&2
        exit 2
 }
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to