Fossil SCM
Correct some TH1 command syntax comments.
Commit
2948c3fe22b876b7d7565227d57218e66e1f9272
Parent
0c860dd9e75e9e0…
1 file changed
+2
-2
+2
-2
| --- src/th_lang.c | ||
| +++ src/th_lang.c | ||
| @@ -990,11 +990,11 @@ | ||
| 990 | 990 | } |
| 991 | 991 | |
| 992 | 992 | /* |
| 993 | 993 | ** TH Syntax: |
| 994 | 994 | ** |
| 995 | -** array names | |
| 995 | +** array names VARNAME | |
| 996 | 996 | */ |
| 997 | 997 | static int array_names_command( |
| 998 | 998 | Th_Interp *interp, void *ctx, int argc, const char **argv, int *argl |
| 999 | 999 | ){ |
| 1000 | 1000 | int rc; |
| @@ -1014,11 +1014,11 @@ | ||
| 1014 | 1014 | } |
| 1015 | 1015 | |
| 1016 | 1016 | /* |
| 1017 | 1017 | ** TH Syntax: |
| 1018 | 1018 | ** |
| 1019 | -** unset VAR | |
| 1019 | +** unset VARNAME | |
| 1020 | 1020 | */ |
| 1021 | 1021 | static int unset_command( |
| 1022 | 1022 | Th_Interp *interp, |
| 1023 | 1023 | void *ctx, |
| 1024 | 1024 | int argc, |
| 1025 | 1025 |
| --- src/th_lang.c | |
| +++ src/th_lang.c | |
| @@ -990,11 +990,11 @@ | |
| 990 | } |
| 991 | |
| 992 | /* |
| 993 | ** TH Syntax: |
| 994 | ** |
| 995 | ** array names |
| 996 | */ |
| 997 | static int array_names_command( |
| 998 | Th_Interp *interp, void *ctx, int argc, const char **argv, int *argl |
| 999 | ){ |
| 1000 | int rc; |
| @@ -1014,11 +1014,11 @@ | |
| 1014 | } |
| 1015 | |
| 1016 | /* |
| 1017 | ** TH Syntax: |
| 1018 | ** |
| 1019 | ** unset VAR |
| 1020 | */ |
| 1021 | static int unset_command( |
| 1022 | Th_Interp *interp, |
| 1023 | void *ctx, |
| 1024 | int argc, |
| 1025 |
| --- src/th_lang.c | |
| +++ src/th_lang.c | |
| @@ -990,11 +990,11 @@ | |
| 990 | } |
| 991 | |
| 992 | /* |
| 993 | ** TH Syntax: |
| 994 | ** |
| 995 | ** array names VARNAME |
| 996 | */ |
| 997 | static int array_names_command( |
| 998 | Th_Interp *interp, void *ctx, int argc, const char **argv, int *argl |
| 999 | ){ |
| 1000 | int rc; |
| @@ -1014,11 +1014,11 @@ | |
| 1014 | } |
| 1015 | |
| 1016 | /* |
| 1017 | ** TH Syntax: |
| 1018 | ** |
| 1019 | ** unset VARNAME |
| 1020 | */ |
| 1021 | static int unset_command( |
| 1022 | Th_Interp *interp, |
| 1023 | void *ctx, |
| 1024 | int argc, |
| 1025 |