Skip to content

Commit d95f68d

Browse files
committed
Fix shell autocomplete
1 parent 3ff3332 commit d95f68d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/completion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Before using completion features, you have to source completion code
1111
from your .profile or .bashrc/.zshrc file. This is done by adding
1212
following line to one of above files:
1313
14-
source <(tred completion SHELL)
14+
source <(tredctl completion SHELL)
1515
1616
Bash users can as well save it to the file and copy it to:
1717
/etc/bash_completion.d/

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
var rootCmd = &cobra.Command{
12-
Use: "tred",
12+
Use: "tredctl",
1313
Short: "CLI for the 'Tamper Resistant Encrypted Data' protocol",
1414
}
1515

0 commit comments

Comments
 (0)