cmd/toot.go
changeset 17 ab1aa9652791
parent 15 8ac069eaa817
child 35 61ed03c3f134
--- a/cmd/toot.go	Tue Apr 25 00:05:21 2017 +0200
+++ b/cmd/toot.go	Fri Apr 28 11:38:54 2017 +0200
@@ -35,7 +35,7 @@
   madonctl toot --spoiler Warning "Hello, World"
   madonctl status post --media-ids ID1,ID2 "Here are the photos"
   madonctl post --sensitive --file image.jpg Image
-  madonctl post --text-file message.txt`,
+  madonctl toot --text-file message.txt`,
 	RunE: func(cmd *cobra.Command, args []string) error {
 		if err := madonInit(true); err != nil {
 			return err