From 84038cfd798baa1e5c4edf76a4c774efdaf4cc09 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sat, 15 Apr 2017 21:52:52 +0900 Subject: [PATCH] update README.md --- cmd/mstdn/README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/cmd/mstdn/README.md b/cmd/mstdn/README.md index 753aab2..5e3b917 100644 --- a/cmd/mstdn/README.md +++ b/cmd/mstdn/README.md @@ -5,12 +5,24 @@ command line tool for mstdn.jp ## Usage ``` -Usage of mstdn: - -S streaming public - -ff string - post utf-8 string from a file("-" means STDIN) - -t string - toot text +NAME: + mstdn - mastodon client + +USAGE: + mstdn [global options] command [command options] [arguments...] + +VERSION: + 0.0.1 + +COMMANDS: + toot post toot + stream stream statuses + timeline show timeline + help, h Shows a list of commands or help for one command + +GLOBAL OPTIONS: + --help, -h show help + --version, -v print the version ``` ## Installation