From ef15b573e78159186fdfd9947d8781383cf81dd3 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 18 Jul 2024 13:46:52 +0200 Subject: [PATCH] bin: fix redirecting usage to stderr --- bin/ck8s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ck8s b/bin/ck8s index e33360547..9ca9fb544 100755 --- a/bin/ck8s +++ b/bin/ck8s @@ -30,7 +30,7 @@ usage() { echo " ops helmfile run helmfile as cluster admin" 1>&2 echo " ops velero run velero as cluster admin" 1>&2 echo " s3cmd [cmd] run s3cmd" 1>&2 - echo " kubeconfig generate user kubeconfig, stored at CK8S_CONFIG_PATH/user" + echo " kubeconfig 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 validates config files" 1>&2