Skip to content

Commit

Permalink
chore: updated long description
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Apr 4, 2023
1 parent f2fbac7 commit 33d0862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func Execute(ctx context.Context, log *zerolog.Logger, config *config.Core, data
root := cobra.Command{
Use: "nao",
Short: "nao is a tool to manage your notes",
Long: `A tool to manage your notes or other types of files without worry about the path where it is`,
Long: `Manage your notes or other types of files without worry about the path where it is`,
RunE: func(cmd *cobra.Command, args []string) error {
log.Debug().Strs("args", args).Msg("no command specified, returning usage...")

Expand Down

0 comments on commit 33d0862

Please sign in to comment.