Fossil SCM
Remove "Command-line" from name of help page which documents web pages as well as commands
Commit
ccd4ca87b0297e24504815a0831e96715744ec40
Parent
9807c1da4705456…
1 file changed
+1
-1
+1
-1
| --- src/dispatch.c | ||
| +++ src/dispatch.c | ||
| @@ -233,11 +233,11 @@ | ||
| 233 | 233 | */ |
| 234 | 234 | void help_page(void){ |
| 235 | 235 | const char *zCmd = P("cmd"); |
| 236 | 236 | |
| 237 | 237 | if( zCmd==0 ) zCmd = P("name"); |
| 238 | - style_header("Command-line Help"); | |
| 238 | + style_header("Help"); | |
| 239 | 239 | if( zCmd ){ |
| 240 | 240 | int rc; |
| 241 | 241 | const CmdOrPage *pCmd = 0; |
| 242 | 242 | |
| 243 | 243 | style_submenu_element("Command-List", "%s/help", g.zTop); |
| 244 | 244 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -233,11 +233,11 @@ | |
| 233 | */ |
| 234 | void help_page(void){ |
| 235 | const char *zCmd = P("cmd"); |
| 236 | |
| 237 | if( zCmd==0 ) zCmd = P("name"); |
| 238 | style_header("Command-line Help"); |
| 239 | if( zCmd ){ |
| 240 | int rc; |
| 241 | const CmdOrPage *pCmd = 0; |
| 242 | |
| 243 | style_submenu_element("Command-List", "%s/help", g.zTop); |
| 244 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -233,11 +233,11 @@ | |
| 233 | */ |
| 234 | void help_page(void){ |
| 235 | const char *zCmd = P("cmd"); |
| 236 | |
| 237 | if( zCmd==0 ) zCmd = P("name"); |
| 238 | style_header("Help"); |
| 239 | if( zCmd ){ |
| 240 | int rc; |
| 241 | const CmdOrPage *pCmd = 0; |
| 242 | |
| 243 | style_submenu_element("Command-List", "%s/help", g.zTop); |
| 244 |