Skip to content

Commit

Permalink
fix(optimizer): make argument compile-command optional
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Nov 27, 2023
1 parent fa6afcb commit d600cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discopop_library/discopop_optimizer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""Discopop Suggestion Optimizer
Usage:
discopop_optimizer --compile-command <str> [--project <path>] [--file-mapping <path>] [--detection-result-dump <path>]
discopop_optimizer [--compile-command <str>] [--project <path>] [--file-mapping <path>] [--detection-result-dump <path>]
[--execute-created-models] [--execute-single-model <path>] [--clean-created-code] [--code-export-path <path>] [--dp-output-path <path>]
[--executable-arguments <string>] [--linker-flags <string>] [--make-target <string>] [--make-flags <string>]
[--executable-name <string>] [--execution-repetitions <int>] [--execution-append-measurements]
Expand Down

0 comments on commit d600cde

Please sign in to comment.