Skip to content

Commit

Permalink
Merge pull request #259 from eshkinkot/patch-1
Browse files Browse the repository at this point in the history
echo -> cat typo fix
  • Loading branch information
darold authored Sep 20, 2021
2 parents 6f12f1c + 89c461c commit 431dfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ INSTALLATION

then just use it as

echo file.sql | docker run --rm -a stdin -a stdout -i darold.net/pgformatter -
cat file.sql | docker run --rm -a stdin -a stdout -i darold.net/pgformatter -

SPECIAL FORMATTING
Option -W, --wrap-after
Expand Down

0 comments on commit 431dfbc

Please sign in to comment.