Parcourir la source

psql.md: minor rephrasing

Waldir Pimenta il y a 8 ans
Parent
commit
4a3cb444e4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/common/psql.md

+ 1 - 1
pages/common/psql.md

@@ -14,7 +14,7 @@
 
 `psql -h {{host}} -p {{port}} -U {{username}} -W {{database}}`
 
-- Execute a single SQL query or PostgreSQL command on the given database. Note: useful in shell scripts:
+- Execute a single SQL query or PostgreSQL command on the given database (useful in shell scripts):
 
 `psql -c '{{query}}' {{database}}`