Browse Source

kubectl-secret: fix help message

master
Maxim Likhachev 5 years ago
parent
commit
b5b24ccfc3
  1. 2
      man/kubectl-compare.1
  2. 2
      man/kubectl-secret.1
  3. 2
      man/kubectl-secrets.1
  4. 2
      scripts/kubectl-secret

2
man/kubectl-compare.1

@ -133,7 +133,7 @@ @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "KUBECTL-COMPARE 1"
.TH KUBECTL-COMPARE 1 "2020-10-26" "1.0.0" "KUBECTL EXTENSIONS"
.TH KUBECTL-COMPARE 1 "2020-11-05" "1.0.0" "KUBECTL EXTENSIONS"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

2
man/kubectl-secret.1

@ -133,7 +133,7 @@ @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "KUBECTL-SECRET 1"
.TH KUBECTL-SECRET 1 "2020-10-26" "1.0.0" "KUBECTL EXTENSIONS"
.TH KUBECTL-SECRET 1 "2020-11-05" "1.0.0" "KUBECTL EXTENSIONS"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

2
man/kubectl-secrets.1

@ -133,7 +133,7 @@ @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "KUBECTL-SECRETS 1"
.TH KUBECTL-SECRETS 1 "2020-10-26" "1.0.0" "KUBECTL EXTENSIONS"
.TH KUBECTL-SECRETS 1 "2020-11-05" "1.0.0" "KUBECTL EXTENSIONS"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l

2
scripts/kubectl-secret

@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
: <<'MAN'
=head1 NAME
kubectl-secret is a wrapper for I<`kubectl get secret'> to decoding secrets automatically.
kubectl-secret is a wrapper for `I<kubectl get secret>' to decoding secrets automatically.
=head1 USAGE

Loading…
Cancel
Save