Github user mhthanh commented on a diff in the pull request:
https://github.com/apache/tajo/pull/156#discussion_r18076897
--- Diff: tajo-docs/src/main/sphinx/cli.rst ---
@@ -1,159 +1,18 @@
*****************************
-Tajo Shell (TSQL)
+Command-line Interface
*****************************
-==========
-Synopsis
-==========
+Tajo provides a shell utility for users. It is the command-line interface
(CLI). Using the CLI, users can create or drop tables, inspect schema and query
tables, etc. For reference, we named its name to tsql.
--- End diff --
"we named its name to tsql." -> this sentence makes me confused. How about
the following paragraph ?
"Tajo provides a shell utility named Tsql. It is a command-line interface
(CLI) where users can create or drop tables, inspect schema and query tables,
etc."
---
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.
---