Skip to content

Commit

Permalink
fix: correct import help text
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni authored and aymanbagabas committed Apr 22, 2022
1 parent fc65782 commit ea11cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/import_keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
Use: "import-keys BACKUP.tar",
Hidden: false,
Short: "Import previously backed up Charm account keys.",
Long: paragraph(fmt.Sprintf("%s previously backed up Charm account keys.", keyword("Backup"))),
Long: paragraph(fmt.Sprintf("%s previously backed up Charm account keys.", keyword("Import"))),
Args: cobra.ExactArgs(1),
DisableFlagsInUseLine: false,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit ea11cb4

Please sign in to comment.