cmd/accounts.go
changeset 168 ce4000ac7294
parent 167 1341bacd01c9
child 178 15d211137c20
--- a/cmd/accounts.go	Sat Jul 15 22:25:46 2017 +0200
+++ b/cmd/accounts.go	Sun Jul 16 10:33:40 2017 +0200
@@ -75,7 +75,7 @@
 	accountUpdateSubcommand.Flags().StringVar(&accountsOpts.avatar, "avatar", "", "User avatar image")
 	accountUpdateSubcommand.Flags().StringVar(&accountsOpts.header, "header", "", "User header image")
 
-	// This one will be used to check if the options were explicitely set or not
+	// This one will be used to check if the options were explicitly set or not
 	updateFlags = accountUpdateSubcommand.Flags()
 }