Skip to content

Commit cc5ac01

Browse files
author
Tom Barnes
committed
Modify usage text slightly.
1 parent 46e23c8 commit cc5ac01

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

kubernetes/delete-domain.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ function usage {
2424
cat << EOF
2525
Usage:
2626
27-
$0 -d domain-uid,domain-uid,... [-s max-seconds] [-t]
28-
$0 -d domain-uid [-s max-seconds] [-t]
29-
$0 -d all [-s max-seconds] [-t]
30-
$0 -h
27+
$(basename $0) -d domain-uid,domain-uid,... [-s max-seconds] [-t]
28+
$(basename $0) -d all [-s max-seconds] [-t]
29+
$(basename $0) -h
3130
3231
Perform a best-effort delete of the k8s artifacts for
3332
the given domain(s), and retry until either max-seconds is reached

0 commit comments

Comments
 (0)