Skip to content

Commit

Permalink
Merge pull request #304 from cdeil/readme
Browse files Browse the repository at this point in the history
Update info/fetch/dump description in README
  • Loading branch information
piotr1212 authored Nov 9, 2020
2 parents 7f0f533 + 64c450d commit 8d21c56
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,18 @@ Options:

whisper-dump.py
---------------
Dump the metadata about a whisper file to stdout.
Dump the whole whisper file content to stdout.

```
Usage: whisper-dump.py path
Options:
-h, --help show this help message and exit
--pretty Show human-readable timestamps instead of unix times
-h, --help show this help message and exit
--pretty Show human-readable timestamps instead of unix times
-t TIME_FORMAT, --time-format=TIME_FORMAT
Time format to use with --pretty; see time.strftime()
Time format to use with --pretty; see time.strftime()
-r, --raw Dump value only in the same format for whisper-update
(UTC timestamps)
```

whisper-fetch.py
Expand All @@ -109,12 +111,14 @@ Options:

whisper-info.py
---------------
Dump the metadata about a whisper file to stdout.

```
Usage: whisper-info.py path [field]
Usage: whisper-info.py [options] path [field]
Options:
-h, --help show this help message and exit
--json Output results in JSON form
```

whisper-merge.py
Expand Down

0 comments on commit 8d21c56

Please sign in to comment.