Repository: sqoop Updated Branches: refs/heads/branch-1.99.4 5e71ed9e5 -> 59ff6aeac
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/59ff6aea Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/59ff6aea Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/59ff6aea Branch: refs/heads/branch-1.99.4 Commit: 59ff6aeac7d898f7808141df74a4c3fc3f90621b Parents: 5e71ed9 Author: Jarek Jarcec Cecho <[email protected]> Authored: Wed Nov 12 17:17:57 2014 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Thu Nov 13 07:48:19 2014 -0800 ---------------------------------------------------------------------- docs/src/site/sphinx/CommandLineClient.rst | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/59ff6aea/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
