Fossil SCM
Fixed "debug" -> "cgi-debug" in the built-in docs for "fossil cgi".
Commit
e3dbb7d7d5aa80b29b2f505dde35de1429b02c0e74b21ff309221e36b9d76bff
Parent
47a4c4cba9914b5…
1 file changed
+1
-1
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -2182,11 +2182,11 @@ | ||
| 2182 | 2182 | ** setenv: NAME VALUE Set environment variable NAME to VALUE. Or |
| 2183 | 2183 | ** if VALUE is omitted, unset NAME. |
| 2184 | 2184 | ** |
| 2185 | 2185 | ** HOME: PATH Shorthand for "setenv: HOME PATH" |
| 2186 | 2186 | ** |
| 2187 | -** debug: FILE Causing debugging information to be written | |
| 2187 | +** cgi-debug: FILE Causing debugging information to be written | |
| 2188 | 2188 | ** into FILE. |
| 2189 | 2189 | ** |
| 2190 | 2190 | ** errorlog: FILE Warnings, errors, and panics written to FILE. |
| 2191 | 2191 | ** |
| 2192 | 2192 | ** timeout: SECONDS Do not run for longer than SECONDS. The default |
| 2193 | 2193 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2182,11 +2182,11 @@ | |
| 2182 | ** setenv: NAME VALUE Set environment variable NAME to VALUE. Or |
| 2183 | ** if VALUE is omitted, unset NAME. |
| 2184 | ** |
| 2185 | ** HOME: PATH Shorthand for "setenv: HOME PATH" |
| 2186 | ** |
| 2187 | ** debug: FILE Causing debugging information to be written |
| 2188 | ** into FILE. |
| 2189 | ** |
| 2190 | ** errorlog: FILE Warnings, errors, and panics written to FILE. |
| 2191 | ** |
| 2192 | ** timeout: SECONDS Do not run for longer than SECONDS. The default |
| 2193 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -2182,11 +2182,11 @@ | |
| 2182 | ** setenv: NAME VALUE Set environment variable NAME to VALUE. Or |
| 2183 | ** if VALUE is omitted, unset NAME. |
| 2184 | ** |
| 2185 | ** HOME: PATH Shorthand for "setenv: HOME PATH" |
| 2186 | ** |
| 2187 | ** cgi-debug: FILE Causing debugging information to be written |
| 2188 | ** into FILE. |
| 2189 | ** |
| 2190 | ** errorlog: FILE Warnings, errors, and panics written to FILE. |
| 2191 | ** |
| 2192 | ** timeout: SECONDS Do not run for longer than SECONDS. The default |
| 2193 |