From 4a3cb444e4f1296aaff2e5968ca6a3743bc39dd4 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 8 Aug 2016 08:48:21 +0100 Subject: [PATCH] psql.md: minor rephrasing --- pages/common/psql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/psql.md b/pages/common/psql.md index 92336a7e81..3996c11f16 100644 --- a/pages/common/psql.md +++ b/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}}`