diff --git a/package.json b/package.json index 93da584..24f0aab 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "type": "module", "bin": { "patternfly-cli": "./dist/cli.js", - "pf": "./dist/cli.js" + "pfcli": "./dist/cli.js" }, "scripts": { "build": "tsc", diff --git a/scripts/install.sh b/scripts/install.sh index 7735c8c..e6366a0 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -292,8 +292,9 @@ main() { printf 'To see available commands, run the CLI with:\n' printf ' patternfly-cli --help\n' printf '\n' - printf 'Alternatively you can use the alias "pf" instead of "patternfly-cli":\n' - printf ' pf --help\n' + printf 'Alternatively, you can use the alias "pfcli" instead of "patternfly-cli"\n' + printf '\n' + printf ' pfcli --help\n' printf '\n' printf 'NOTE: If the command is not found, restart your terminal or run:\n' printf ' source ~/.zshrc # for zsh users\n'