cmd/accounts.go
changeset 218 49d626ce0b01
parent 209 3772cc6b3d0a
child 220 08a2ee738117
equal deleted inserted replaced
217:e01f94e81794 218:49d626ce0b01
   268 	Use:   "update",
   268 	Use:   "update",
   269 	Short: "Update connected user account",
   269 	Short: "Update connected user account",
   270 	Long: `Update connected user account
   270 	Long: `Update connected user account
   271 
   271 
   272 All flags are optional (set to an empty string if you want to delete a field).
   272 All flags are optional (set to an empty string if you want to delete a field).
   273 The flags --avatar and --header can be paths to image files or base64-encoded
   273 The options --avatar and --header should be paths to image files.
   274 images (see Mastodon API specifications for the details).
       
   275 
   274 
   276 Please note the avatar and header images cannot be removed, they can only be
   275 Please note the avatar and header images cannot be removed, they can only be
   277 replaced.`,
   276 replaced.`,
   278 	Example: `  madonctl account update --display-name "Mr President"
   277 	Example: `  madonctl account update --display-name "Mr President"
   279   madonctl account update --note "I like madonctl"
   278   madonctl account update --note "I like madonctl"