Fossil SCM

More help text consistency tweaks from forum discussion [forum:8c644048f0]: FILE vs REPO.

stephan 2021-03-11 18:20 trunk
Commit decd537016bf5129cb7f66020d3a917f60c553aca1449289e55f40b61ed579c1
+1 -1
--- src/branch.c
+++ src/branch.c
@@ -384,11 +384,11 @@
384384
** from UTC as "-HH:MM" (westward) or "+HH:MM" (eastward).
385385
** Either no timezone suffix or "Z" means UTC.
386386
**
387387
** Options valid for all subcommands:
388388
**
389
-** -R|--repository REPO Run commands on repository FILE
389
+** -R|--repository REPO Run commands on repository REPO
390390
*/
391391
void branch_cmd(void){
392392
int n;
393393
const char *zCmd = "list";
394394
db_find_and_open_repository(0, 0);
395395
--- 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 @@
677677
** Options:
678678
** --age Show when each file was committed.
679679
** -v|--verbose Provide extra information about each file.
680680
** -t Sort output in time order.
681681
** -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.
683683
** --hash With -v, verify file status using hashing
684684
** rather than relying on file sizes and mtimes.
685685
**
686686
** See also: [[changes]], [[extras]], [[status]]
687687
*/
688688
--- 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 @@
769769
**
770770
** Synchronize configuration changes in the local repository with
771771
** the remote repository at URL.
772772
**
773773
** Options:
774
-** -R|--repository REPO Extract info from repository FILE
774
+** -R|--repository REPO Extract info from repository REPO
775775
**
776776
** See also: [[settings]], [[unset]]
777777
*/
778778
void configuration_cmd(void){
779779
int n;
780780
--- 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 @@
324324
** Extract an artifact by its artifact hash and write the results on
325325
** standard output, or if the optional 4th argument is given, in
326326
** the named output file.
327327
**
328328
** Options:
329
-** -R|--repository REPO Extract artifacts from repository FILE
329
+** -R|--repository REPO Extract artifacts from repository REPO
330330
**
331331
** See also: [[finfo]]
332332
*/
333333
void artifact_cmd(void){
334334
int rid;
335335
--- 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
--- src/descendants.c
+++ src/descendants.c
@@ -343,11 +343,11 @@
343343
**
344344
** Find all leaf descendants of the check-in specified or if the argument
345345
** is omitted, of the check-in currently checked out.
346346
**
347347
** Options:
348
-** -R|--repository REPO Extract info from repository FILE
348
+** -R|--repository REPO Extract info from repository REPO
349349
** -W|--width N Width of lines (default is to auto-detect).
350350
** Must be greater than 20 or else 0 for no
351351
** limit, resulting in a one line per entry.
352352
**
353353
** See also: [[finfo]], [[info]], [[leaves]]
354354
--- 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 @@
241241
** Print on standard output the content of one or more files as they exist
242242
** in the repository. The version currently checked out is shown by default.
243243
** Other versions may be specified using the -r option.
244244
**
245245
** Options:
246
-** -R|--repository REPO Extract artifacts from repository FILE
246
+** -R|--repository REPO Extract artifacts from repository REPO
247247
** -r VERSION The specific check-in containing the file
248248
**
249249
** See also: [[finfo]]
250250
*/
251251
void cat_cmd(void){
252252
--- 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 @@
188188
** Use the "finfo" command to get information about a specific
189189
** file in a checkout.
190190
**
191191
** Options:
192192
**
193
-** -R|--repository REPO Extract info from repository FILE
193
+** -R|--repository REPO Extract info from repository REPO
194194
** -v|--verbose Show extra information about repositories
195195
**
196196
** See also: [[annotate]], [[artifact]], [[finfo]], [[timeline]]
197197
*/
198198
void info_cmd(void){
199199
--- 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

Keyboard Shortcuts

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