diff options
author | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:54:24 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-04-09 05:54:24 +0200 |
commit | 77150ccf4d236bb216e8f13cb610e40c6ae505cf (patch) | |
tree | 319f900b11e304fdbf51aeb30ef48594affed813 | |
parent | 1a4fdf132dd418cc1b7fe221683153c0243810ad (diff) | |
download | vyos-live-build-77150ccf4d236bb216e8f13cb610e40c6ae505cf.tar.gz vyos-live-build-77150ccf4d236bb216e8f13cb610e40c6ae505cf.zip |
Updating fallback help message in live-build pseudo-command.
-rwxr-xr-x | bin/live-build | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/live-build b/bin/live-build index bd5d560d7..14d66d681 100755 --- a/bin/live-build +++ b/bin/live-build @@ -30,10 +30,9 @@ then man live-build exit 0 else - Echo "live-build is a set of scripts to build Debian Live system images." - echo - Echo "The idea behind live-build is a framework that uses a configuration directory to completely automate and customize all aspects of building a Live image." + Echo "live-build contains the scripts that build a Debian Live system from a configuration directory." echo Echo "An introduction to live-build can be found in the live-build(7) manpage." + exit 0 fi |