Repository: sqoop Updated Branches: refs/heads/sqoop2 91fbced8c -> 9a07675c3
SQOOP-1718: Sqoop2: CommandLineClient doc error (Veena Basavaraj via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/9a07675c Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/9a07675c Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/9a07675c Branch: refs/heads/sqoop2 Commit: 9a07675c3706eac8a571d224e321549ced823460 Parents: 91fbced Author: Jarek Jarcec Cecho <[email protected]> Authored: Wed Nov 12 17:17:57 2014 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Wed Nov 12 17:17:57 2014 -0800 ---------------------------------------------------------------------- docs/src/site/sphinx/CommandLineClient.rst | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/9a07675c/docs/src/site/sphinx/CommandLineClient.rst ---------------------------------------------------------------------- diff --git a/docs/src/site/sphinx/CommandLineClient.rst b/docs/src/site/sphinx/CommandLineClient.rst index 4dcedb2..91b30b2 100644 --- a/docs/src/site/sphinx/CommandLineClient.rst +++ b/docs/src/site/sphinx/CommandLineClient.rst @@ -65,6 +65,7 @@ Auxiliary commands are commands that are improving user experience and are runni * ``exit`` Exit client immediately. This command can be also executed by sending EOT (end of transmission) character. It's CTRL+D on most common Linux shells like Bash or Zsh. * ``history`` Print out command history. Please note that Sqoop client is saving history from previous executions and thus you might see commands that you've executed in previous runs. * ``help`` Show all available commands with short in-shell documentation. + :: sqoop:000> help
