Skip to content

Commit

Permalink
Issue #865: update output of a help string for crc config
Browse files Browse the repository at this point in the history
  • Loading branch information
jsliacan authored and gbraad committed Dec 5, 2019
1 parent b0d660e commit 9744a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crc/cmd/config/config.go
Expand Up @@ -38,7 +38,7 @@ var (

func init() {
ConfigCmd.Long = `Modifies crc configuration properties.
Configurable properties (enter as SUBCOMMAND): ` + "\n\n" + configurableFields()
Configurable properties (enter after SUBCOMMAND): ` + "\n\n" + configurableFields()
}

func isPreflightKey(key string) bool {
Expand Down

0 comments on commit 9744a10

Please sign in to comment.