Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jpohjolainen committed Jun 4, 2015
1 parent 6d9fa35 commit 5707871
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# calc-date

```shell
usage: ./calc-date <date> +-<delta>|<date>

date iso8601 format, e.g. 2015-06-01T09:45:53
delta time to count from date. Select operation with + or - followed
by any combination of:
<n>d for days,
<n>h for hours,
<n>m for minutes
<n>s for seconds.
```

0 comments on commit 5707871

Please sign in to comment.