Fossil SCM

Remove "Command-line" from name of help page which documents web pages as well as commands

andygoth 2016-11-05 14:12 trunk
Commit ccd4ca87b0297e24504815a0831e96715744ec40
1 file changed +1 -1
+1 -1
--- src/dispatch.c
+++ src/dispatch.c
@@ -233,11 +233,11 @@
233233
*/
234234
void help_page(void){
235235
const char *zCmd = P("cmd");
236236
237237
if( zCmd==0 ) zCmd = P("name");
238
- style_header("Command-line Help");
238
+ style_header("Help");
239239
if( zCmd ){
240240
int rc;
241241
const CmdOrPage *pCmd = 0;
242242
243243
style_submenu_element("Command-List", "%s/help", g.zTop);
244244
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button