From 29003751b447d663bcc2f7dc800e25ff141b4580 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 25 Nov 2015 23:50:25 -0600 Subject: [PATCH] expand sql helpers docs to link related helpers The --select helper allows the --where and --order-by, so we should make sure to mention that in the synopsis and in the documentation. Refs #136 --- bin/ysql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/ysql b/bin/ysql index 6e0b5a2..d023b24 100755 --- a/bin/ysql +++ b/bin/ysql @@ -46,9 +46,9 @@ __END__ ysql [ | --dsn ] [ | ] [...] - ysql --select + ysql --select
[--where ] [--order-by ] ysql --insert
- ysql --delete
+ ysql --delete
[--where ] ysql --save ysql --edit @@ -151,7 +151,8 @@ The name of a saved query. Add and edit saved queries using the C<--save> option =head2 --select
-Generate a C
. +Generate a C
. Also accepts +the C<--where> and C<--order-by> options. =head2 --insert