Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPCC-20434 ECL Run --limit has no default #11635

Merged
merged 1 commit into from Sep 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/EN_US/HPCCClientTools/CT_Mods/CT_ECL_CLI.xml
Expand Up @@ -387,8 +387,8 @@ ecl deploy roxie - --name=FindPersonService
<row>
<entry>--wait-read=&lt;Secs&gt;</entry>

<entry>Timeout while reading from socket (in seconds)
</entry>
<entry>Timeout while reading from socket (in
seconds)</entry>
</row>

<row>
Expand Down Expand Up @@ -733,8 +733,7 @@ ecl publish roxie ArchiveQuery.xml --name=FindPersonService --no-activate
<row>
<entry>--limit=&lt;limit&gt;</entry>

<entry>Sets the result limit for the query, defaults to
100</entry>
<entry>Sets the result limit for the query</entry>
</row>

<row>
Expand Down
2 changes: 1 addition & 1 deletion ecl/eclcmd/eclcmd_common.hpp
Expand Up @@ -294,7 +294,7 @@ class EclCmdWithEclTarget : public EclCmdCommon
" --main=<definition> Definition to use from legacy ECL repository\n"
" --snapshot,-sn=<label> Snapshot label to use from legacy ECL repository\n"
" --ecl-only Send ECL query to HPCC as text rather than as a generated archive\n"
" --limit=<limit> Sets the result limit for the query, defaults to 100\n"
" --limit=<limit> Sets the result limit for the query\n"
" -f<option>[=value] Set an ECL language option (equivalent to #option)\n"
" -f-<option>[=value] Set an eclcc command line option (single '-')\n"
" -f--<option>[=value] Set an eclcc command line option (double '-')\n"
Expand Down