Skip to content

Commit

Permalink
Fix naming of command in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
darrellwarde committed Jan 8, 2025
1 parent 3f42834 commit 48e2f81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changes/unreleased/Fixed-20250108-173105.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: Fixed
body: Changes `aura` to `aura-cli` in usage output
time: 2025-01-08T17:31:05.508001Z
2 changes: 1 addition & 1 deletion neo4j-cli/aura/aura.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

func NewCmd(cfg *clicfg.Config) *cobra.Command {
cmd := &cobra.Command{
Use: "aura",
Use: "aura-cli",
Short: "Allows you to programmatically provision and manage your Aura resources",
Version: cfg.Version,
}
Expand Down

0 comments on commit 48e2f81

Please sign in to comment.