Skip to content

Commit

Permalink
DOC: Add --sigalert=NUM to swipl --help.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed May 14, 2024
1 parent c197aeb commit 35100fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pl-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1356,13 +1356,14 @@ usage(void)
" -l file Script source file\n",
" -s file Script source file\n",
" -p alias=path Define file search path 'alias'\n",
" -D name=value Set a Prolog flag\n",
" -D name=value Set a Prolog flag\n",
" -O Optimised compilation\n",
" --on-error=style One of print, halt or status\n",
" --on-warning=style One of print, halt or status\n",
" --tty[=bool] (Dis)allow tty control\n",
" --packs[=bool] Do (not) attach add-ons\n",
" --signals[=bool] Do (not) modify signal handling\n",
" --sigalert[=num] Use signal num for alerting threads\n",
" --threads[=bool] Do (not) allow for threads\n",
" --debug[=bool] Do (not) generate debug info\n",
" --debug-on-interrupt[=bool] Trap the debugger on interrupt\n",
Expand Down

0 comments on commit 35100fd

Please sign in to comment.