Skip to content

Commit 2dba443

Browse files
author
Jeff VanDellen
committed
Updated completion.go to reflect binary name change
1 parent 438d34f commit 2dba443

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/completion.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You 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
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,
@@ -30,13 +30,13 @@ var completionCmd = &cobra.Command{
3030
3131
Bash:
3232
33-
$ source <(lw completion bash)
33+
$ source <(lw-cli completion bash)
3434
3535
# To load completions for each session, execute once:
3636
Linux:
37-
$ lw completion bash > /etc/bash_completion.d/lw
37+
$ lw-cli completion bash > /etc/bash_completion.d/lw
3838
MacOS:
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
`,

0 commit comments

Comments
 (0)