diff options
| author | jnqnfe <jnqnfe@gmail.com> | 2015-02-05 03:30:47 +0000 |
|---|---|---|
| committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-05 20:48:49 +0000 |
| commit | a67e01638fa3834fcfeb01baff2eedc88d4181ab (patch) | |
| tree | bee36af22ee595fb917a871f9a50725a9c207b0c /scripts/build/config | |
| parent | aa858eb2c8e3b2dea98e063cf150a28b9a4379ad (diff) | |
| download | vyos-live-build-a67e01638fa3834fcfeb01baff2eedc88d4181ab.tar.gz vyos-live-build-a67e01638fa3834fcfeb01baff2eedc88d4181ab.zip | |
help/usage: fix overly complex script description handling
Closes: #952887
Diffstat (limited to 'scripts/build/config')
| -rwxr-xr-x | scripts/build/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/config b/scripts/build/config index 4f95d3c4c..aa275c6b9 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -15,7 +15,7 @@ set -e # Setting static variables PROGRAM="lb config" -DESCRIPTION="$(Echo 'create configuration for live-build(7)')" +DESCRIPTION="Create configuration for live-build(7)" USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--apt-ftp-proxy URL]\n\ \t [--apt-http-proxy URL]\n\ |
