fix indentation
Project: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/commit/0df78c50 Tree: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/tree/0df78c50 Diff: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/diff/0df78c50 Branch: refs/heads/vxquery_0_3_staging Commit: 0df78c506a771083e8a3a2a0acd75fdb67503b6a Parents: c041dc6 Author: Till Westmann <[email protected]> Authored: Tue Apr 8 20:32:38 2014 -0700 Committer: Till Westmann <[email protected]> Committed: Tue Apr 8 20:32:38 2014 -0700 ---------------------------------------------------------------------- src/site/apt/user_query.apt | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/0df78c50/src/site/apt/user_query.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/user_query.apt b/src/site/apt/user_query.apt index 4388aaf..44621e1 100644 --- a/src/site/apt/user_query.apt +++ b/src/site/apt/user_query.apt @@ -25,22 +25,22 @@ sh ./apache-vxquery-X.Y-incubating/vxquery-cli/target/appassembler/bin/vxq * Command Line Options ---------------------------------------- - -O N : Optimization Level. Default: Full Optimization - -available-processors N : Number of available processors. (default java's available processors) - -client-net-ip-address VAL : IP Address of the ClusterController - -client-net-port N : Port of the ClusterController (default 1098) - -compileonly : Compile the query and stop - -frame-size N : Frame size in bytes. (default 65536) - -local-node-controllers N : Number of local node controllers (default 1) - -repeatexec N : Number of times to repeat execution - -showast : Show abstract syntax tree - -showoet : Show optimized expression tree - -showquery : Show query string - -showrp : Show Runtime plan - -showtet : Show translated expression tree - -timing : Produce timing information - ---------------------------------------- - +-O N : Optimization Level. Default: Full Optimization +-available-processors N : Number of available processors. (default java's available processors) +-client-net-ip-address VAL : IP Address of the ClusterController +-client-net-port N : Port of the ClusterController (default 1098) +-compileonly : Compile the query and stop +-frame-size N : Frame size in bytes. (default 65536) +-local-node-controllers N : Number of local node controllers (default 1) +-repeatexec N : Number of times to repeat execution +-showast : Show abstract syntax tree +-showoet : Show optimized expression tree +-showquery : Show query string +-showrp : Show Runtime plan +-showtet : Show translated expression tree +-timing : Produce timing information +---------------------------------------- + * Java Options ----------------------------------------
