Fossil SCM
More help text consistency tweaks from forum discussion [forum:8c644048f0]: FILE vs REPO.
Commit
decd537016bf5129cb7f66020d3a917f60c553aca1449289e55f40b61ed579c1
Parent
2f7c93f49c0e3dd…
7 files changed
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -384,11 +384,11 @@ | ||
| 384 | 384 | ** from UTC as "-HH:MM" (westward) or "+HH:MM" (eastward). |
| 385 | 385 | ** Either no timezone suffix or "Z" means UTC. |
| 386 | 386 | ** |
| 387 | 387 | ** Options valid for all subcommands: |
| 388 | 388 | ** |
| 389 | -** -R|--repository REPO Run commands on repository FILE | |
| 389 | +** -R|--repository REPO Run commands on repository REPO | |
| 390 | 390 | */ |
| 391 | 391 | void branch_cmd(void){ |
| 392 | 392 | int n; |
| 393 | 393 | const char *zCmd = "list"; |
| 394 | 394 | db_find_and_open_repository(0, 0); |
| 395 | 395 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -384,11 +384,11 @@ | |
| 384 | ** from UTC as "-HH:MM" (westward) or "+HH:MM" (eastward). |
| 385 | ** Either no timezone suffix or "Z" means UTC. |
| 386 | ** |
| 387 | ** Options valid for all subcommands: |
| 388 | ** |
| 389 | ** -R|--repository REPO Run commands on repository FILE |
| 390 | */ |
| 391 | void branch_cmd(void){ |
| 392 | int n; |
| 393 | const char *zCmd = "list"; |
| 394 | db_find_and_open_repository(0, 0); |
| 395 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -384,11 +384,11 @@ | |
| 384 | ** from UTC as "-HH:MM" (westward) or "+HH:MM" (eastward). |
| 385 | ** Either no timezone suffix or "Z" means UTC. |
| 386 | ** |
| 387 | ** Options valid for all subcommands: |
| 388 | ** |
| 389 | ** -R|--repository REPO Run commands on repository REPO |
| 390 | */ |
| 391 | void branch_cmd(void){ |
| 392 | int n; |
| 393 | const char *zCmd = "list"; |
| 394 | db_find_and_open_repository(0, 0); |
| 395 |
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -677,11 +677,11 @@ | ||
| 677 | 677 | ** Options: |
| 678 | 678 | ** --age Show when each file was committed. |
| 679 | 679 | ** -v|--verbose Provide extra information about each file. |
| 680 | 680 | ** -t Sort output in time order. |
| 681 | 681 | ** -r VERSION The specific check-in to list. |
| 682 | -** -R|--repository REPO Extract info from repository FILE. | |
| 682 | +** -R|--repository REPO Extract info from repository REPO. | |
| 683 | 683 | ** --hash With -v, verify file status using hashing |
| 684 | 684 | ** rather than relying on file sizes and mtimes. |
| 685 | 685 | ** |
| 686 | 686 | ** See also: [[changes]], [[extras]], [[status]] |
| 687 | 687 | */ |
| 688 | 688 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -677,11 +677,11 @@ | |
| 677 | ** Options: |
| 678 | ** --age Show when each file was committed. |
| 679 | ** -v|--verbose Provide extra information about each file. |
| 680 | ** -t Sort output in time order. |
| 681 | ** -r VERSION The specific check-in to list. |
| 682 | ** -R|--repository REPO Extract info from repository FILE. |
| 683 | ** --hash With -v, verify file status using hashing |
| 684 | ** rather than relying on file sizes and mtimes. |
| 685 | ** |
| 686 | ** See also: [[changes]], [[extras]], [[status]] |
| 687 | */ |
| 688 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -677,11 +677,11 @@ | |
| 677 | ** Options: |
| 678 | ** --age Show when each file was committed. |
| 679 | ** -v|--verbose Provide extra information about each file. |
| 680 | ** -t Sort output in time order. |
| 681 | ** -r VERSION The specific check-in to list. |
| 682 | ** -R|--repository REPO Extract info from repository REPO. |
| 683 | ** --hash With -v, verify file status using hashing |
| 684 | ** rather than relying on file sizes and mtimes. |
| 685 | ** |
| 686 | ** See also: [[changes]], [[extras]], [[status]] |
| 687 | */ |
| 688 |
+1
-1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -769,11 +769,11 @@ | ||
| 769 | 769 | ** |
| 770 | 770 | ** Synchronize configuration changes in the local repository with |
| 771 | 771 | ** the remote repository at URL. |
| 772 | 772 | ** |
| 773 | 773 | ** Options: |
| 774 | -** -R|--repository REPO Extract info from repository FILE | |
| 774 | +** -R|--repository REPO Extract info from repository REPO | |
| 775 | 775 | ** |
| 776 | 776 | ** See also: [[settings]], [[unset]] |
| 777 | 777 | */ |
| 778 | 778 | void configuration_cmd(void){ |
| 779 | 779 | int n; |
| 780 | 780 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -769,11 +769,11 @@ | |
| 769 | ** |
| 770 | ** Synchronize configuration changes in the local repository with |
| 771 | ** the remote repository at URL. |
| 772 | ** |
| 773 | ** Options: |
| 774 | ** -R|--repository REPO Extract info from repository FILE |
| 775 | ** |
| 776 | ** See also: [[settings]], [[unset]] |
| 777 | */ |
| 778 | void configuration_cmd(void){ |
| 779 | int n; |
| 780 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -769,11 +769,11 @@ | |
| 769 | ** |
| 770 | ** Synchronize configuration changes in the local repository with |
| 771 | ** the remote repository at URL. |
| 772 | ** |
| 773 | ** Options: |
| 774 | ** -R|--repository REPO Extract info from repository REPO |
| 775 | ** |
| 776 | ** See also: [[settings]], [[unset]] |
| 777 | */ |
| 778 | void configuration_cmd(void){ |
| 779 | int n; |
| 780 |
+1
-1
| --- src/content.c | ||
| +++ src/content.c | ||
| @@ -324,11 +324,11 @@ | ||
| 324 | 324 | ** Extract an artifact by its artifact hash and write the results on |
| 325 | 325 | ** standard output, or if the optional 4th argument is given, in |
| 326 | 326 | ** the named output file. |
| 327 | 327 | ** |
| 328 | 328 | ** Options: |
| 329 | -** -R|--repository REPO Extract artifacts from repository FILE | |
| 329 | +** -R|--repository REPO Extract artifacts from repository REPO | |
| 330 | 330 | ** |
| 331 | 331 | ** See also: [[finfo]] |
| 332 | 332 | */ |
| 333 | 333 | void artifact_cmd(void){ |
| 334 | 334 | int rid; |
| 335 | 335 |
| --- src/content.c | |
| +++ src/content.c | |
| @@ -324,11 +324,11 @@ | |
| 324 | ** Extract an artifact by its artifact hash and write the results on |
| 325 | ** standard output, or if the optional 4th argument is given, in |
| 326 | ** the named output file. |
| 327 | ** |
| 328 | ** Options: |
| 329 | ** -R|--repository REPO Extract artifacts from repository FILE |
| 330 | ** |
| 331 | ** See also: [[finfo]] |
| 332 | */ |
| 333 | void artifact_cmd(void){ |
| 334 | int rid; |
| 335 |
| --- src/content.c | |
| +++ src/content.c | |
| @@ -324,11 +324,11 @@ | |
| 324 | ** Extract an artifact by its artifact hash and write the results on |
| 325 | ** standard output, or if the optional 4th argument is given, in |
| 326 | ** the named output file. |
| 327 | ** |
| 328 | ** Options: |
| 329 | ** -R|--repository REPO Extract artifacts from repository REPO |
| 330 | ** |
| 331 | ** See also: [[finfo]] |
| 332 | */ |
| 333 | void artifact_cmd(void){ |
| 334 | int rid; |
| 335 |
+1
-1
| --- src/descendants.c | ||
| +++ src/descendants.c | ||
| @@ -343,11 +343,11 @@ | ||
| 343 | 343 | ** |
| 344 | 344 | ** Find all leaf descendants of the check-in specified or if the argument |
| 345 | 345 | ** is omitted, of the check-in currently checked out. |
| 346 | 346 | ** |
| 347 | 347 | ** Options: |
| 348 | -** -R|--repository REPO Extract info from repository FILE | |
| 348 | +** -R|--repository REPO Extract info from repository REPO | |
| 349 | 349 | ** -W|--width N Width of lines (default is to auto-detect). |
| 350 | 350 | ** Must be greater than 20 or else 0 for no |
| 351 | 351 | ** limit, resulting in a one line per entry. |
| 352 | 352 | ** |
| 353 | 353 | ** See also: [[finfo]], [[info]], [[leaves]] |
| 354 | 354 |
| --- src/descendants.c | |
| +++ src/descendants.c | |
| @@ -343,11 +343,11 @@ | |
| 343 | ** |
| 344 | ** Find all leaf descendants of the check-in specified or if the argument |
| 345 | ** is omitted, of the check-in currently checked out. |
| 346 | ** |
| 347 | ** Options: |
| 348 | ** -R|--repository REPO Extract info from repository FILE |
| 349 | ** -W|--width N Width of lines (default is to auto-detect). |
| 350 | ** Must be greater than 20 or else 0 for no |
| 351 | ** limit, resulting in a one line per entry. |
| 352 | ** |
| 353 | ** See also: [[finfo]], [[info]], [[leaves]] |
| 354 |
| --- src/descendants.c | |
| +++ src/descendants.c | |
| @@ -343,11 +343,11 @@ | |
| 343 | ** |
| 344 | ** Find all leaf descendants of the check-in specified or if the argument |
| 345 | ** is omitted, of the check-in currently checked out. |
| 346 | ** |
| 347 | ** Options: |
| 348 | ** -R|--repository REPO Extract info from repository REPO |
| 349 | ** -W|--width N Width of lines (default is to auto-detect). |
| 350 | ** Must be greater than 20 or else 0 for no |
| 351 | ** limit, resulting in a one line per entry. |
| 352 | ** |
| 353 | ** See also: [[finfo]], [[info]], [[leaves]] |
| 354 |
+1
-1
| --- src/finfo.c | ||
| +++ src/finfo.c | ||
| @@ -241,11 +241,11 @@ | ||
| 241 | 241 | ** Print on standard output the content of one or more files as they exist |
| 242 | 242 | ** in the repository. The version currently checked out is shown by default. |
| 243 | 243 | ** Other versions may be specified using the -r option. |
| 244 | 244 | ** |
| 245 | 245 | ** Options: |
| 246 | -** -R|--repository REPO Extract artifacts from repository FILE | |
| 246 | +** -R|--repository REPO Extract artifacts from repository REPO | |
| 247 | 247 | ** -r VERSION The specific check-in containing the file |
| 248 | 248 | ** |
| 249 | 249 | ** See also: [[finfo]] |
| 250 | 250 | */ |
| 251 | 251 | void cat_cmd(void){ |
| 252 | 252 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -241,11 +241,11 @@ | |
| 241 | ** Print on standard output the content of one or more files as they exist |
| 242 | ** in the repository. The version currently checked out is shown by default. |
| 243 | ** Other versions may be specified using the -r option. |
| 244 | ** |
| 245 | ** Options: |
| 246 | ** -R|--repository REPO Extract artifacts from repository FILE |
| 247 | ** -r VERSION The specific check-in containing the file |
| 248 | ** |
| 249 | ** See also: [[finfo]] |
| 250 | */ |
| 251 | void cat_cmd(void){ |
| 252 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -241,11 +241,11 @@ | |
| 241 | ** Print on standard output the content of one or more files as they exist |
| 242 | ** in the repository. The version currently checked out is shown by default. |
| 243 | ** Other versions may be specified using the -r option. |
| 244 | ** |
| 245 | ** Options: |
| 246 | ** -R|--repository REPO Extract artifacts from repository REPO |
| 247 | ** -r VERSION The specific check-in containing the file |
| 248 | ** |
| 249 | ** See also: [[finfo]] |
| 250 | */ |
| 251 | void cat_cmd(void){ |
| 252 |
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -188,11 +188,11 @@ | ||
| 188 | 188 | ** Use the "finfo" command to get information about a specific |
| 189 | 189 | ** file in a checkout. |
| 190 | 190 | ** |
| 191 | 191 | ** Options: |
| 192 | 192 | ** |
| 193 | -** -R|--repository REPO Extract info from repository FILE | |
| 193 | +** -R|--repository REPO Extract info from repository REPO | |
| 194 | 194 | ** -v|--verbose Show extra information about repositories |
| 195 | 195 | ** |
| 196 | 196 | ** See also: [[annotate]], [[artifact]], [[finfo]], [[timeline]] |
| 197 | 197 | */ |
| 198 | 198 | void info_cmd(void){ |
| 199 | 199 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -188,11 +188,11 @@ | |
| 188 | ** Use the "finfo" command to get information about a specific |
| 189 | ** file in a checkout. |
| 190 | ** |
| 191 | ** Options: |
| 192 | ** |
| 193 | ** -R|--repository REPO Extract info from repository FILE |
| 194 | ** -v|--verbose Show extra information about repositories |
| 195 | ** |
| 196 | ** See also: [[annotate]], [[artifact]], [[finfo]], [[timeline]] |
| 197 | */ |
| 198 | void info_cmd(void){ |
| 199 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -188,11 +188,11 @@ | |
| 188 | ** Use the "finfo" command to get information about a specific |
| 189 | ** file in a checkout. |
| 190 | ** |
| 191 | ** Options: |
| 192 | ** |
| 193 | ** -R|--repository REPO Extract info from repository REPO |
| 194 | ** -v|--verbose Show extra information about repositories |
| 195 | ** |
| 196 | ** See also: [[annotate]], [[artifact]], [[finfo]], [[timeline]] |
| 197 | */ |
| 198 | void info_cmd(void){ |
| 199 |