Skip to content
Snippets Groups Projects
Commit ce75d9cd authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix CLI docstring for legacy flag

parent bf37e8aa
No related branches found
No related tags found
2 merge requests!510Release,!343Hotfix/set legacy flag
......@@ -80,7 +80,8 @@ func init() {
bindFlagHelper(userIdPrefixFlag, initCmd)
initCmd.Flags().BoolP(legacyFlag, "", false,
"Generates a legacy identity if set. Otherwise generates a standard contact file.")
"Generates a legacy identity if set. "+
"If this flag is absent, a standard identity will be generated.")
bindFlagHelper(legacyFlag, initCmd)
rootCmd.AddCommand(initCmd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment