Skip to content

Commit

Permalink
update usage in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed May 22, 2024
1 parent 8f3b585 commit 5ccb74e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ export PATH=$PATH:`pwd`/target/appassembler/bin
```bash
$ coop --help
USAGE
coop [-hV] [--verbose] [<uris>...] [COMMAND]
coop [-hV] [--human-readable] [--reverse-columns] [--show-header] [--verbose] [<uris>...] [COMMAND]

List s3 paths recursively with content sizes.

Expand All @@ -49,12 +49,15 @@ E.g.


PARAMETERS
[<uris>...] Zero or more s3 URIs.
[<uris>...] Zero or more s3 URIs.

OPTIONS
--verbose Show additional logging messages.
-h, --help Show this help message and exit.
-V, --version Print version information and exit.
--human-readable Format content sizes in multi-byte units, in binary.
--show-header Show column header row in output.
--reverse-columns Reverse the order of output columns.
--verbose Show additional logging messages.
-h, --help Show this help message and exit.
-V, --version Print version information and exit.

COMMANDS
help Display help information about coop.
Expand Down

0 comments on commit 5ccb74e

Please sign in to comment.