Skip to content

Commit

Permalink
bin: fix redirecting usage to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
Zash committed Jul 22, 2024
1 parent 9f37f9d commit ef15b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ck8s
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ usage() {
echo " ops helmfile <wc|sc> run helmfile as cluster admin" 1>&2
echo " ops velero <wc|sc> run velero as cluster admin" 1>&2
echo " s3cmd [cmd] run s3cmd" 1>&2
echo " kubeconfig <user|dev|admin> generate user kubeconfig, stored at CK8S_CONFIG_PATH/user"
echo " kubeconfig <user|dev|admin> generate user kubeconfig, stored at CK8S_CONFIG_PATH/user" 1>&2
echo " completion bash output shell completion code for bash" 1>&2
echo " install-requirements [--user] [--no-pass] installs or updates required tools to run compliantkubernetes-apps" 1>&2
echo " validate <wc|sc> validates config files" 1>&2
Expand Down

0 comments on commit ef15b57

Please sign in to comment.