File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ enable_testing()
5050add_subdirectory (src)
5151add_subdirectory (test )
5252
53- install (TARGETS qasp wasp
53+ install (TARGETS qaspcli qasp wasp
5454 RUNTIME PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_WRITE WORLD_READ WORLD_WRITE
5555 ARCHIVE PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ GROUP_WRITE WORLD_READ WORLD_WRITE
5656 LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ GROUP_WRITE WORLD_READ WORLD_WRITE
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ static void show_usage(int argc, char** argv) {
3636 << " Use: " << QASP_PROGRAM_NAME << " [OPTIONS] SOURCES...\n "
3737 << " Process qasp SOURCES and blabla...\n\n "
3838 << " -j N, --parallel=N allow N jobs at once.\n "
39- << " -n N, --iterations=N iterate solving N times (infinite: N <- 0).\n "
39+ << " -n N, --iterations=N iterate solving N times (infinite: N <= 0).\n "
4040 << " -q, --quiet hide log information.\n "
4141 << " --help print this message and exit.\n "
4242 << " --version print version info and exit.\n " ;
You can’t perform that action at this time.
0 commit comments