Skip to content
Snippets Groups Projects
Commit 76b05c02 authored by Mathieu L Bouchard's avatar Mathieu L Bouchard
Browse files

document cmdline option -d

parent c796239a
No related branches found
No related tags found
No related merge requests found
......@@ -426,7 +426,8 @@ static char *(usagemessage[]) = {
"-font-weight <name>-- specify default font weight (normal or bold)\n",
"-verbose -- extra printout on startup and when searching for files\n",
"-version -- don't run Pd; just print out which version it is \n",
"-d <n> -- specify debug level\n",
"-d <n> -- specify debug type: 1=out, 2=in, 4=linenumbers\n",
" (combine by adding. e.g. -d 5 is -d 1 and -d 4)\n",
"-noloadbang -- suppress all loadbangs\n",
"-stderr -- send printout to standard error instead of GUI\n",
"-nogui -- suppress starting the GUI\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment