<div dir="ltr"><div><div><span style="color:rgb(51,51,51);font-family:&#39;Helvetica Neue&#39;,Helvetica,&#39;Segoe UI&#39;,Arial,freesans,sans-serif;font-size:14px;line-height:20.3636360168457px">&quot;criu cpuinfo [dump | check]&quot; can&#39;t be used through the command line as this validation kicks in. </span></div><div><span style="color:rgb(51,51,51);font-family:&#39;Helvetica Neue&#39;,Helvetica,&#39;Segoe UI&#39;,Arial,freesans,sans-serif;font-size:14px;line-height:20.3636360168457px">Other commands will fail due to required arguments so I believe it&#39;s not necessary anymore.</span><br></div><div><br></div><div>Signed-off-by: Marcos Lilljedahl &lt;<a href="mailto:marcosnils@gmail.com">marcosnils@gmail.com</a>&gt;</div><div>---</div><div> crtools.c | 3 ---</div><div> 1 file changed, 3 deletions(-)</div><div><br></div><div>diff --git a/crtools.c b/crtools.c</div><div>index 838e7d9..2e88b02 100644</div><div>--- a/crtools.c</div><div>+++ b/crtools.c</div><div>@@ -557,9 +557,6 @@ int main(int argc, char *argv[], char *envp[])</div><div> <span class="" style="white-space:pre">                        </span>return 1;</div><div> <span class="" style="white-space:pre">                </span>memcpy(opts.exec_cmd, &amp;argv[optind + 1], (argc - optind - 1) * sizeof(char *));</div><div> <span class="" style="white-space:pre">                </span>opts.exec_cmd[argc - optind - 1] = NULL;</div><div>-<span class="" style="white-space:pre">        </span>} else if (optind + 1 != argc) {</div><div>-<span class="" style="white-space:pre">                </span>pr_err(&quot;Unable to handle more than one command\n&quot;);</div><div>-<span class="" style="white-space:pre">                </span>goto usage;</div><div> <span class="" style="white-space:pre">        </span>}</div><div> </div><div> <span class="" style="white-space:pre">        </span>/* We must not open imgs dir, if service is called */</div><div>-- </div><div>2.1.4</div></div><div><br></div><div><br></div></div>