diff --git a/README.md b/README.md index 0ffd446..437ad08 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ sudo chmod +x /usr/local/bin/kubelift ```bash kubelift --help -Usage: /usr/local/bin/kubelift [operation] [options...] +Usage: kubelift [options...] Operations: create Create a new Kubernetes cluster upgrade Upgrade an existing Kubernetes cluster diff --git a/kubelift.sh b/kubelift.sh index 317030e..91209dc 100755 --- a/kubelift.sh +++ b/kubelift.sh @@ -14,7 +14,7 @@ NUKE=false function print_usage() { cat << EOF -Usage: $0 [operation] [options...] +Usage: $(basename "$0") [options] Operations: create Create a new Kubernetes cluster upgrade Upgrade an existing Kubernetes cluster