3 ## live-build(7) - System Build Scripts
4 ## Copyright (C) 2006-2014 Daniel Baumann <mail@daniel-baumann.ch>
6 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
7 ## This is free software, and you are welcome to redistribute it
8 ## under certain conditions; see COPYING for details.
13 printf "%s - %s\n" "${PROGRAM}" "${DESCRIPTION}"
24 printf " %s [-h|--help]\n" "${PROGRAM}"
25 printf " %s [-u|--usage]\n" "${PROGRAM}"
26 printf " %s [-v|--version]\n" "${PROGRAM}"
28 Echo
"Try \"%s --help\" for more information." "${PROGRAM}"