cmd/status.go
changeset 79 bca27c55be9f
parent 71 67e3234c26a9
child 81 b1671f83e91b
--- a/cmd/status.go	Sat May 06 20:26:12 2017 +0200
+++ b/cmd/status.go	Sun May 07 00:26:04 2017 +0200
@@ -166,7 +166,10 @@
   madonctl status toot --sensitive --file image.jpg Image
   madonctl status post --media-ids ID1,ID2,ID3 Image
   madonctl status toot --text-file message.txt
-  echo "Hello from #madonctl" | madonctl status toot --stdin`,
+  echo "Hello from #madonctl" | madonctl status toot --stdin
+
+The default visibility can be set in the configuration file with the option
+'default_visibility' (or with an environmnent variable).`,
 	RunE: func(cmd *cobra.Command, args []string) error {
 		return statusSubcommandRunE(cmd.Name(), args)
 	},