# HG changeset patch # User Mikael Berthe # Date 1527533751 -7200 # Node ID 49d626ce0b0175a6cee25d31b9547de0930f6005 # Parent e01f94e817947a514adf691bfed4daf20096b27d account: Update online help wrt --avatar & --header flags Support for inline base64-encoded images removed since it does not work well and is not advised. (See PR https://github.com/tootsuite/documentation/pull/317) diff -r e01f94e81794 -r 49d626ce0b01 cmd/accounts.go --- a/cmd/accounts.go Mon Apr 30 18:54:06 2018 +0200 +++ b/cmd/accounts.go Mon May 28 20:55:51 2018 +0200 @@ -270,8 +270,7 @@ Long: `Update connected user account All flags are optional (set to an empty string if you want to delete a field). -The flags --avatar and --header can be paths to image files or base64-encoded -images (see Mastodon API specifications for the details). +The options --avatar and --header should be paths to image files. Please note the avatar and header images cannot be removed, they can only be replaced.`,