diff options
Diffstat (limited to 'localcowbuilder-update')
-rwxr-xr-x | localcowbuilder-update | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localcowbuilder-update b/localcowbuilder-update index b3cedcb..cf397f2 100755 --- a/localcowbuilder-update +++ b/localcowbuilder-update @@ -6,9 +6,9 @@ PRG=$(basename "$0") function showhelp() { cat <<EOF -Usage: $(basename $0) POOL +Usage: $PRG POOL -Example: $(basename $0) sarge_with_hacks +Example: $PRG sarge_with_hacks EOF } |