Github user mhthanh commented on a diff in the pull request:
https://github.com/apache/tajo/pull/156#discussion_r18077400
--- Diff: tajo-docs/src/main/sphinx/tsql/intro.rst ---
@@ -0,0 +1,41 @@
+*****************************
+Introducing to TSQL
+*****************************
+
+==========
+Synopsis
+==========
+
+.. code-block:: bash
+
+ bin/tsql [options] [database name]
+
+If a *database_name* is given, tsql connects to the database at startup
time. Otherwise, tsql connects to ``default`` database.
+
+Options
+
+* ``-c "quoted sql"`` : Execute quoted sql statements, and then the shell
will exist.
+* ``-f filename (--file filename)`` : Use the file named filename as the
source of commands instead of interactive shell.
+* ``-h hostname (--host hostname)`` : Specifies the host name of the
machine on which the Tajo master is running.
+* ``-p port (--port port)`` : Specifies the TCP port. If it is not set,
the port will be 26002 in default.
--- End diff --
Typo: "in default" -> "by default"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---