# HG changeset patch # User Mikael Berthe # Date 1536075373 -7200 # Node ID 970c319e1f7ce7e1d8e5f94f8817f13c0c331c2f # Parent 08a2ee7381171420addb93910092a65776b61fe3 Update toot online examples diff -r 08a2ee738117 -r 970c319e1f7c cmd/status.go --- a/cmd/status.go Tue Sep 04 15:58:46 2018 +0200 +++ b/cmd/status.go Tue Sep 04 17:36:13 2018 +0200 @@ -194,7 +194,9 @@ Use: "post", Aliases: []string{"toot", "pouet"}, Short: "Post a message (same as 'madonctl toot')", - Example: ` madonctl status post --spoiler Warning "Hello, World" + Example: ` madonctl status post "Hello, World" + madonctl status post --spoiler Warning "Spoiled" + madonctl status toot --visibility private "To my followers only" madonctl status toot --sensitive --file image.jpg Image madonctl status post --media-ids ID1,ID2,ID3 Image madonctl status toot --text-file message.txt diff -r 08a2ee738117 -r 970c319e1f7c cmd/toot.go --- a/cmd/toot.go Tue Sep 04 15:58:46 2018 +0200 +++ b/cmd/toot.go Tue Sep 04 17:36:13 2018 +0200 @@ -49,6 +49,7 @@ Aliases: []string{"post", "pouet"}, Short: "Post a message (toot)", Example: ` madonctl toot message + madonctl toot --visibility private "To my followers only" madonctl toot --spoiler Warning "Hello, World" madonctl status post --media-ids ID1,ID2 "Here are the photos" madonctl post --sensitive --file image.jpg Image