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 456b3e8..3b122d7 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -248,9 +248,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 "pattenfly-cli"\n' + printf 'alternatively you can use the alias "pfcli" instead of "pattenfly-cli"\n' printf '\n' - printf ' pf --help\n' + printf ' pfcli --help\n' printf '\n' printf 'SUCCESS: PatternFly CLI is installed.\n' printf '\n'