From ed6cb6901630ec3f3b0a9cc8c1f1fd4f600866ba Mon Sep 17 00:00:00 2001 From: Alexander Alemayhu Date: Sat, 5 Jan 2019 23:27:31 +0100 Subject: [PATCH] README: update usage section Signed-off-by: Alexander Alemayhu --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 208c90a..7bb410a 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,21 @@ show the last tuesdays ## Usage - last-tuesday-in +``` +last-tuesday-in --help +Print out the last tuesdays + +USAGE + $ last-tuesday-in + +OPTIONS + -h, --help show CLI help + -m, --month=month month for filter + -n, --name=name name to print + -r, --remainder print all last remaining tuesdays + -v, --version show CLI version + -y, --year=year year for filter + +DESCRIPTION + Running without arguments will default ot the current year and month. +```