Fix namespace flag in install help text (#5322)

The shorthand flag for `--linkerd-namespace` is `-L` not `-l`.

Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
This commit is contained in:
Kevin Leimkuhler 2020-12-03 14:33:15 -05:00 committed by GitHub
parent 13c3aa9062
commit 5c39c9b44d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ resources for the Linkerd control plane. This command should be followed by
linkerd install config | kubectl apply -f -
# Install Linkerd into a non-default namespace.
linkerd install config -l linkerdtest | kubectl apply -f -`,
linkerd install config -L linkerdtest | kubectl apply -f -`,
RunE: func(cmd *cobra.Command, args []string) error {
err := flag.ApplySetFlags(values, flags)
if err != nil {