Skip to content

Commit

Permalink
fix description for execute-omex
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Dec 16, 2024
1 parent 91869d8 commit 1b61b0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.Date;
import java.util.concurrent.Callable;

@Command(name = "execute-omex", description = "run .vcml or .omex files via Python API")
@Command(name = "execute-omex", description = "run a single .omex file and log into exec_summary.json and tracer.json")
public class ExecuteOmexCommand implements Callable<Integer> {

private final static Logger logger = LogManager.getLogger(ExecuteOmexCommand.class);
Expand Down

0 comments on commit 1b61b0e

Please sign in to comment.