Skip to content

Commit 1ea2d1c

Browse files
committed
Fix help
1 parent 0dd8525 commit 1ea2d1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/common/.config/fish/functions/kk.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function kk
22
if test (count $argv) -eq 0
3-
echo "Usage: kk <context>"
3+
echo "Usage: kk <context> <... args ...>"
44
return 1
55
end
66
if test (count $argv) -eq 1

config/common/.config/fish/functions/kxn.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function kxn
22
if test (count $argv) -ne 2
3-
echo "Usage: kx <context> <ns>"
3+
echo "Usage: kx <context> <namespace>"
44
return 1
55
end
66
kubectl config use-context $argv[1]

0 commit comments

Comments
 (0)