From 76b05c02241072e1d6ef6d16af29ba9a35b4c3b2 Mon Sep 17 00:00:00 2001 From: Mathieu L Bouchard <matju@artengine.ca> Date: Fri, 15 Aug 2014 00:03:04 -0400 Subject: [PATCH] document cmdline option -d --- pd/src/s_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pd/src/s_main.c b/pd/src/s_main.c index 8b9532801..807fae30f 100644 --- a/pd/src/s_main.c +++ b/pd/src/s_main.c @@ -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", -- GitLab