Skip to content

Commit

Permalink
update usage in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdufour committed Jul 27, 2019
1 parent b32fdbc commit 1f4ae60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ See the usage below or the following examples.
gocat is a super simple utility to concatenate files (local, remote, or on AWS S3) provided as positional arguments. Supports stdin (aka "-"), local files (path/to/file or file://path/to/file), remote files (http://path/to/file), or files on AWS S3 (s3://path/to/file).

Usage:
gocat [-|stdin|FILE|URI]... [flags]
gocat [flags] [-|stdin|FILE|URI]...

Flags:
-a, --append-new-lines append new lines to files that do not end in new lines characters
-a, --append-new-lines append new lines to files
--aws-access-key-id string AWS Access Key ID
--aws-default-region string AWS Default Region
--aws-profile string AWS Profile
Expand Down

0 comments on commit 1f4ae60

Please # to comment.