aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2024-10-31 21:32:03 +0100
committerJulian Hurst <ark@mansus.space>2024-10-31 22:38:33 +0100
commit1076c9b34af5b185d35ca33a14dbf0fd718ed988 (patch)
treefd6896ec5f7ddba5af1a30d5462c83b480844788 /README.md
parentea927cfc55df2317b96f867107314117037fe089 (diff)
downloaddistamp-1076c9b34af5b185d35ca33a14dbf0fd718ed988.tar.gz
Add version flag and update README.md2.0.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e0905e7..fe28c52 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,13 @@ Creates discord format relative timestamps, i.e.: `<t:1725834045:R>`
./distamp: discord relative timestamp generator
- Usage: ./distamp [-h] [-a <date>] [-d <days>] [-w <weeks>] m[:s]
+ Usage: ./distamp [-hv] [-a <date>] [-d <days>] [-w <weeks>] m[:s]
-h: print this help text
-a <date>: Absolute date (this option is exclusive, any other options will be ignored)
-d <days>: Number of days
-w <weeks>: Number of weeks
+ -v: Print version
Where m is number of minutes from now and s is number of seconds from now