Skip to content

Commit

Permalink
Fix typos in in-line messages
Browse files Browse the repository at this point in the history
  • Loading branch information
bsinou committed Nov 28, 2023
1 parent 3775e16 commit c4312fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/config_add.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func init() {

var configAddCmd = &cobra.Command{
Use: "add",
Short: "[Deprecated] Configure a new connection to a running server and persist credentials locally",
Short: "Configure a new connection to a running server and persist credentials locally",
Long: `
DESCRIPTION
Expand Down Expand Up @@ -64,7 +64,7 @@ If no keyring is defined in the client machine, all information is stored in *cl
var configureCmd = &cobra.Command{
Use: "configure",
Hidden: true,
Short: "Configure a connection to a running server and persist credentials locally for later use",
Short: "[Deprecated] Configure a connection to a running server and persist credentials locally for later use",
Long: `
DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion cmd/files_mkdir.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ EXAMPLES
dirs = append(dirs, &models.TreeNode{Path: crt})
paths = append(paths, crt)
} else {
log.Fatalf("Could not find folder at %s, double check and correct your path or use the '-p' flags if you want to force the creation of missing ancestors.", crt)
log.Fatalf("Could not find folder at %s, double check and correct your path or use the '-p' flag if you want to force the creation of missing ancestors.", crt)
}
}
}
Expand Down

0 comments on commit c4312fc

Please sign in to comment.