Skip to content

Commit

Permalink
Merge pull request #5 from cstanislawski/update_install
Browse files Browse the repository at this point in the history
fix "Usage:" in help
  • Loading branch information
cstanislawski authored Oct 25, 2024
2 parents 42ac47c + 0b61593 commit 10226f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sudo chmod +x /usr/local/bin/kubelift

```bash
kubelift --help
Usage: /usr/local/bin/kubelift [operation] [options...]
Usage: kubelift <operation> [options...]
Operations:
create Create a new Kubernetes cluster
upgrade Upgrade an existing Kubernetes cluster
Expand Down
2 changes: 1 addition & 1 deletion kubelift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NUKE=false

function print_usage() {
cat << EOF
Usage: $0 [operation] [options...]
Usage: $(basename "$0") <operation> [options]
Operations:
create Create a new Kubernetes cluster
upgrade Upgrade an existing Kubernetes cluster
Expand Down

0 comments on commit 10226f5

Please sign in to comment.