Add a "madonctl lists show" example
authorMikael Berthe <mikael@lilotux.net>
Tue, 20 Mar 2018 00:05:05 +0100
changeset 189 280fc76acf39
parent 188 a4df685950ed
child 190 e058a8a15e22
Add a "madonctl lists show" example
cmd/lists.go
--- a/cmd/lists.go	Mon Mar 19 23:53:17 2018 +0100
+++ b/cmd/lists.go	Tue Mar 20 00:05:05 2018 +0100
@@ -37,7 +37,8 @@
   madonctl lists delete --list-id 3
   madonctl lists accounts --list-id 2
   madonctl lists add-accounts --list-id 2 --account-ids 123,456
-  madonctl lists remove-accounts --list-id 2 --account-ids 456`,
+  madonctl lists remove-accounts --list-id 2 --account-ids 456
+  madonctl lists show --account-id 123`,
 }
 
 func init() {