K 10 svn:author V 3 imp K 8 svn:date V 27 2019-05-23T17:18:48.364293Z K 7 svn:log V 552 Implement "VARS_ONLY=1" via special command line args Add -v to print TYPE REVISION BRANCH RELEASE VERSION RELDATE variables Add -V var to print var's value Both of these in ${var}="${val}" format suitable for eval $(sh newvers.sh -v) in shell scripts / makefiles. Add -c to print the copyright / license comment text only. Document these, and remove soon-to-be obsolete comment. Minor code motion as well bunded here to put functions after VARS_ONLY and command line argument parsing. Differential Revision: https://reviews.freebsd.org/D19849 END