We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cb354 commit b823509Copy full SHA for b823509
scripts/install.sh
@@ -248,6 +248,9 @@ main() {
248
printf 'To see available commands, run the CLI with:\n'
249
printf ' patternfly-cli --help\n'
250
printf '\n'
251
+ printf 'alternatively you can use the alias "pf" instead of "pattenfly-cli"\n'
252
+ printf '\n'
253
+ printf ' pf --help\n'
254
255
printf 'SUCCESS: PatternFly CLI is installed.\n'
256
0 commit comments