Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
purr-data
Commits
76b05c02
Commit
76b05c02
authored
10 years ago
by
Mathieu L Bouchard
Browse files
Options
Downloads
Patches
Plain Diff
document cmdline option -d
parent
c796239a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pd/src/s_main.c
+2
-1
2 additions, 1 deletion
pd/src/s_main.c
with
2 additions
and
1 deletion
pd/src/s_main.c
+
2
−
1
View file @
76b05c02
...
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment