From b5b24ccfc342cddb019c332888c00d80d96cd867 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 5 Nov 2020 23:55:22 +0300 Subject: [PATCH] kubectl-secret: fix help message --- man/kubectl-compare.1 | 2 +- man/kubectl-secret.1 | 2 +- man/kubectl-secrets.1 | 2 +- scripts/kubectl-secret | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/kubectl-compare.1 b/man/kubectl-compare.1 index 9a8e306..38e5689 100644 --- a/man/kubectl-compare.1 +++ b/man/kubectl-compare.1 @@ -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 diff --git a/man/kubectl-secret.1 b/man/kubectl-secret.1 index 637f23b..d1feb20 100644 --- a/man/kubectl-secret.1 +++ b/man/kubectl-secret.1 @@ -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 diff --git a/man/kubectl-secrets.1 b/man/kubectl-secrets.1 index f8d038e..0be99bd 100644 --- a/man/kubectl-secrets.1 +++ b/man/kubectl-secrets.1 @@ -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 diff --git a/scripts/kubectl-secret b/scripts/kubectl-secret index 12037b3..8384163 100755 --- a/scripts/kubectl-secret +++ b/scripts/kubectl-secret @@ -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' to decoding secrets automatically. =head1 USAGE