Skip to content

Commit 1f4ae60

Browse files
committed
update usage in readme
1 parent b32fdbc commit 1f4ae60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ See the usage below or the following examples.
2727
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).
2828

2929
Usage:
30-
gocat [-|stdin|FILE|URI]... [flags]
30+
gocat [flags] [-|stdin|FILE|URI]...
3131

3232
Flags:
33-
-a, --append-new-lines append new lines to files that do not end in new lines characters
33+
-a, --append-new-lines append new lines to files
3434
--aws-access-key-id string AWS Access Key ID
3535
--aws-default-region string AWS Default Region
3636
--aws-profile string AWS Profile

0 commit comments

Comments
 (0)