Fossil SCM
Minor help text improvement suggested on ML.
Commit
a2400a0192ff3c7aaf74c9f4d331ad2659a34777
Parent
afcdc6ce81fb863…
1 file changed
+1
-1
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -1070,11 +1070,11 @@ | ||
| 1070 | 1070 | if( j>0 ){ |
| 1071 | 1071 | @ </ul></td> |
| 1072 | 1072 | } |
| 1073 | 1073 | @ </tr></table> |
| 1074 | 1074 | |
| 1075 | - @ <h1>Available pages:</h1> | |
| 1075 | + @ <h1>Available web UI pages:</h1> | |
| 1076 | 1076 | @ (Only pages with help text are linked.) |
| 1077 | 1077 | @ <table border="0"><tr> |
| 1078 | 1078 | for(i=j=0; i<count(aCommand); i++){ |
| 1079 | 1079 | const char *z = aCommand[i].zName; |
| 1080 | 1080 | if( '/'!=*z ) continue; |
| 1081 | 1081 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1070,11 +1070,11 @@ | |
| 1070 | if( j>0 ){ |
| 1071 | @ </ul></td> |
| 1072 | } |
| 1073 | @ </tr></table> |
| 1074 | |
| 1075 | @ <h1>Available pages:</h1> |
| 1076 | @ (Only pages with help text are linked.) |
| 1077 | @ <table border="0"><tr> |
| 1078 | for(i=j=0; i<count(aCommand); i++){ |
| 1079 | const char *z = aCommand[i].zName; |
| 1080 | if( '/'!=*z ) continue; |
| 1081 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1070,11 +1070,11 @@ | |
| 1070 | if( j>0 ){ |
| 1071 | @ </ul></td> |
| 1072 | } |
| 1073 | @ </tr></table> |
| 1074 | |
| 1075 | @ <h1>Available web UI pages:</h1> |
| 1076 | @ (Only pages with help text are linked.) |
| 1077 | @ <table border="0"><tr> |
| 1078 | for(i=j=0; i<count(aCommand); i++){ |
| 1079 | const char *z = aCommand[i].zName; |
| 1080 | if( '/'!=*z ) continue; |
| 1081 |