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