diff options
Diffstat (limited to 'scripts/build/source_live')
-rwxr-xr-x | scripts/build/source_live | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/source_live b/scripts/build/source_live index b46eaf299..b49cad82a 100755 --- a/scripts/build/source_live +++ b/scripts/build/source_live @@ -14,7 +14,7 @@ set -e [ -e "${LIVE_BUILD}/scripts/build.sh" ] && . "${LIVE_BUILD}/scripts/build.sh" || . /usr/lib/live/build.sh # Setting static variables -DESCRIPTION="$(Echo 'copy live config into source')" +DESCRIPTION="Copy live config into source" HELP="" USAGE="${PROGRAM} [--force]" |