Skip to content

Commit

Permalink
fix: added missing \ in profile save command example (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
leobragaz authored Sep 7, 2021
1 parent 7b1a044 commit 3a73c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/profiles/client/cli/cli_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The empty ones will be filled with a special [do-not-modify] flag that tells the
%s tx profiles save LeoDiCap \
--%s "Leonardo Di Caprio" \
--%s "Hollywood actor. Proud environmentalist" \
--%s "https://profilePic.jpg"
--%s "https://profilePic.jpg" \
--%s "https://profileCover.jpg"
`, version.AppName, FlagNickname, FlagBio, FlagProfilePic, FlagCoverPic),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 3a73c95

Please sign in to comment.