You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -884,7 +866,6 @@ class EclCmdQueriesCopyQueryset : public EclCmdCommon
884
866
" --daliip=<ip> Remote Dali DFS to use for copying file information\n"
885
867
" --source-process Process cluster to copy files from\n"
886
868
" --clone-active-state Make copied queries active if active on source\n"
887
-
" -sp, --suspend-prev Suspend previously active query\n"
888
869
" -dp, --delete-prev Delete previously active query\n"
889
870
" -O, --overwrite Completely replace existing DFS file information (dangerous)\n"
890
871
" --update-super-files Update local DFS super-files if remote DALI has changed\n"
@@ -911,7 +892,6 @@ class EclCmdQueriesCopyQueryset : public EclCmdCommon
911
892
bool optDontCopyFiles;
912
893
bool optAllowForeign;
913
894
bool optAllQueries;
914
-
bool optSuspendPrevious = false;
915
895
bool optDeletePrevious = false;
916
896
bool optSourceSSL = false; //user explicitly turning on SSL for accessing the remote source location (ssl defaults to use SSL if we are hitting ESP via SSL)
917
897
bool optSourceNoSSL = false; //user explicitly turning OFF SSL for accessing the remote source location (ssl defaults to not use SSL if we are not hitting ESP via SSL)
0 commit comments