aboutsummaryrefslogtreecommitdiff
path: root/update.bash
diff options
context:
space:
mode:
Diffstat (limited to 'update.bash')
-rwxr-xr-xupdate.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.bash b/update.bash
index 324dfa1..208d7f2 100755
--- a/update.bash
+++ b/update.bash
@@ -40,7 +40,7 @@ function main
{
if [ "$#" -lt 2 ]
then
- echo "Usage: $0 <base_dir> <type> [--nopull] [-u <xy>-<zw>|-ua|-uaf]" >&2
+ echo "Usage: ${0} <base_dir> <type> [--nopull] [-u <xy>-<zw>|-ua|-uaf]" >&2
exit 1
else
cd "$1" || exit 1