File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
55you may not use this file except in compliance with the License.
66You may obtain a copy of the License at
77
8- http://www.apache.org/licenses/LICENSE-2.0
8+ http://www.apache.org/licenses/LICENSE-2.0
99
1010Unless required by applicable law or agreed to in writing, software
1111distributed under the License is distributed on an "AS IS" BASIS,
@@ -30,13 +30,13 @@ var completionCmd = &cobra.Command{
3030
3131Bash:
3232
33- $ source <(lw completion bash)
33+ $ source <(lw-cli completion bash)
3434
3535# To load completions for each session, execute once:
3636Linux:
37- $ lw completion bash > /etc/bash_completion.d/lw
37+ $ lw-cli completion bash > /etc/bash_completion.d/lw
3838MacOS:
39- $ lw completion bash > /usr/local/etc/bash_completion.d/lw
39+ $ lw-cli completion bash > /usr/local/etc/bash_completion.d/lw
4040
4141
4242` ,
You can’t perform that action at this time.
0 commit comments