summaryrefslogtreecommitdiff
path: root/bin/live-build
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-03-11 14:43:13 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:50:07 +0200
commitd16923e6b9dfe25c4b306e8bf1d1db11c46632e2 (patch)
tree2fd86164a62109720de52c6cdc5033f181763210 /bin/live-build
parent2c54c446100f40ead7acdbf93f9121cc06e988ac (diff)
downloadvyos-live-build-d16923e6b9dfe25c4b306e8bf1d1db11c46632e2.tar.gz
vyos-live-build-d16923e6b9dfe25c4b306e8bf1d1db11c46632e2.zip
Updating fallback help message in live-build pseudo-command.
Diffstat (limited to 'bin/live-build')
-rwxr-xr-xbin/live-build5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/live-build b/bin/live-build
index bfa216c14..3bdc6510a 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 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 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