瀏覽代碼

psql.md: minor rephrasing

Waldir Pimenta 8 年之前
父節點
當前提交
4a3cb444e4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}}`