Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Herbrechter committed Mar 14, 2022
1 parent 76be763 commit b0d33cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func NewUpdateCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "update",
Aliases: []string{"self-update"},
Short: "Check for new versions of kepto",
Short: "Check for new versions of klepto",
RunE: func(cmd *cobra.Command, args []string) error {
return RunUpdate(cmd.Context(), opts)
},
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Available Commands:
help Help about any command
init Create a fresh config file
steal Steals and anonymises databases
update Check for new versions of kepto
update Check for new versions of klepto

Flags:
-h, --help help for klepto
Expand Down

0 comments on commit b0d33cd

Please sign in to comment.