Several options missing from man page
Bug #1248910 reported by
Oliver Sander
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Lightspark |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
From looking at main.cpp I learned that there are several lightspark command line options that do not appear in the manpage. These are
--air
--enable-
--profiling-output (missing only in the synopsis)
--security-sandbox
--exit-on-error
--HTTP-cookies
I attach two patches.
The first adds [--version|-v] to the help message printed by lightspark when called without parameters.
The second updates the manpage synopsis to mention all supported options. This is all I can do, since I don't know what these options actually do.
To post a comment you must log in.
Thansk for the patches, merged.