Fossil SCM
More help text consistency tweaks from forum discussion [forum:8c644048f0]: --repository REPO.
Commit
2f7c93f49c0e3dd415b55f1bfe595702ce0926155df1b2640b795c2306e05faf
Parent
4cb50c4ef35d0ab…
13 files changed
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+4
-4
+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 FILE Run commands on repository FILE | |
| 389 | +** -R|--repository REPO Run commands on repository FILE | |
| 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 FILE 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 FILE |
| 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 FILE Extract info from repository FILE. | |
| 682 | +** -R|--repository REPO Extract info from repository FILE. | |
| 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 FILE 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 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 |
+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 FILE Extract info from repository FILE | |
| 774 | +** -R|--repository REPO Extract info from repository FILE | |
| 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 FILE 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 FILE |
| 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 FILE Extract artifacts from repository FILE | |
| 329 | +** -R|--repository REPO Extract artifacts from repository FILE | |
| 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 FILE 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 FILE |
| 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 FILE Extract info from repository FILE | |
| 348 | +** -R|--repository REPO Extract info from repository FILE | |
| 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 FILE 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 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 |
+4
-4
| --- src/export.c | ||
| +++ src/export.c | ||
| @@ -478,14 +478,14 @@ | ||
| 478 | 478 | ** |
| 479 | 479 | ** If the "--export-marks FILE" option is used, the rid of all commits and |
| 480 | 480 | ** blobs written on exit for use with "--import-marks" on the next run. |
| 481 | 481 | ** |
| 482 | 482 | ** Options: |
| 483 | -** --export-marks FILE export rids of exported data to FILE | |
| 484 | -** --import-marks FILE read rids of data to ignore from FILE | |
| 485 | -** --rename-trunk NAME use NAME as name of exported trunk branch | |
| 486 | -** -R|--repository REPOSITORY export the given REPOSITORY | |
| 483 | +** --export-marks FILE Export rids of exported data to FILE | |
| 484 | +** --import-marks FILE Read rids of data to ignore from FILE | |
| 485 | +** --rename-trunk NAME Use NAME as name of exported trunk branch | |
| 486 | +** -R|--repository REPO Export the given REPOSITORY | |
| 487 | 487 | ** |
| 488 | 488 | ** See also: import |
| 489 | 489 | */ |
| 490 | 490 | /* |
| 491 | 491 | ** COMMAND: export* |
| 492 | 492 |
| --- src/export.c | |
| +++ src/export.c | |
| @@ -478,14 +478,14 @@ | |
| 478 | ** |
| 479 | ** If the "--export-marks FILE" option is used, the rid of all commits and |
| 480 | ** blobs written on exit for use with "--import-marks" on the next run. |
| 481 | ** |
| 482 | ** Options: |
| 483 | ** --export-marks FILE export rids of exported data to FILE |
| 484 | ** --import-marks FILE read rids of data to ignore from FILE |
| 485 | ** --rename-trunk NAME use NAME as name of exported trunk branch |
| 486 | ** -R|--repository REPOSITORY export the given REPOSITORY |
| 487 | ** |
| 488 | ** See also: import |
| 489 | */ |
| 490 | /* |
| 491 | ** COMMAND: export* |
| 492 |
| --- src/export.c | |
| +++ src/export.c | |
| @@ -478,14 +478,14 @@ | |
| 478 | ** |
| 479 | ** If the "--export-marks FILE" option is used, the rid of all commits and |
| 480 | ** blobs written on exit for use with "--import-marks" on the next run. |
| 481 | ** |
| 482 | ** Options: |
| 483 | ** --export-marks FILE Export rids of exported data to FILE |
| 484 | ** --import-marks FILE Read rids of data to ignore from FILE |
| 485 | ** --rename-trunk NAME Use NAME as name of exported trunk branch |
| 486 | ** -R|--repository REPO Export the given REPOSITORY |
| 487 | ** |
| 488 | ** See also: import |
| 489 | */ |
| 490 | /* |
| 491 | ** COMMAND: export* |
| 492 |
+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 FILE Extract artifacts from repository FILE | |
| 246 | +** -R|--repository REPO Extract artifacts from repository FILE | |
| 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 FILE 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 FILE |
| 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 FILE Extract info from repository FILE | |
| 193 | +** -R|--repository REPO Extract info from repository FILE | |
| 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 FILE 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 FILE |
| 194 | ** -v|--verbose Show extra information about repositories |
| 195 | ** |
| 196 | ** See also: [[annotate]], [[artifact]], [[finfo]], [[timeline]] |
| 197 | */ |
| 198 | void info_cmd(void){ |
| 199 |
+1
-1
| --- src/rebuild.c | ||
| +++ src/rebuild.c | ||
| @@ -1284,11 +1284,11 @@ | ||
| 1284 | 1284 | ** 40+ character artifact ID, AA the first 2 characters. |
| 1285 | 1285 | ** If -L|--prefixlength is given, the length (default 2) of the directory prefix |
| 1286 | 1286 | ** can be set to 0,1,..,9 characters. |
| 1287 | 1287 | ** |
| 1288 | 1288 | ** Options: |
| 1289 | -** -R|--repository REPOSITORY Deconstruct given REPOSITORY. | |
| 1289 | +** -R|--repository REPO Deconstruct given REPOSITORY. | |
| 1290 | 1290 | ** -K|--keep-rid1 Save the filename of the artifact with RID=1 to |
| 1291 | 1291 | ** the file .rid1 in the DESTINATION directory. |
| 1292 | 1292 | ** -L|--prefixlength N Set the length of the names of the DESTINATION |
| 1293 | 1293 | ** subdirectories to N. |
| 1294 | 1294 | ** --private Include private artifacts. |
| 1295 | 1295 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -1284,11 +1284,11 @@ | |
| 1284 | ** 40+ character artifact ID, AA the first 2 characters. |
| 1285 | ** If -L|--prefixlength is given, the length (default 2) of the directory prefix |
| 1286 | ** can be set to 0,1,..,9 characters. |
| 1287 | ** |
| 1288 | ** Options: |
| 1289 | ** -R|--repository REPOSITORY Deconstruct given REPOSITORY. |
| 1290 | ** -K|--keep-rid1 Save the filename of the artifact with RID=1 to |
| 1291 | ** the file .rid1 in the DESTINATION directory. |
| 1292 | ** -L|--prefixlength N Set the length of the names of the DESTINATION |
| 1293 | ** subdirectories to N. |
| 1294 | ** --private Include private artifacts. |
| 1295 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -1284,11 +1284,11 @@ | |
| 1284 | ** 40+ character artifact ID, AA the first 2 characters. |
| 1285 | ** If -L|--prefixlength is given, the length (default 2) of the directory prefix |
| 1286 | ** can be set to 0,1,..,9 characters. |
| 1287 | ** |
| 1288 | ** Options: |
| 1289 | ** -R|--repository REPO Deconstruct given REPOSITORY. |
| 1290 | ** -K|--keep-rid1 Save the filename of the artifact with RID=1 to |
| 1291 | ** the file .rid1 in the DESTINATION directory. |
| 1292 | ** -L|--prefixlength N Set the length of the names of the DESTINATION |
| 1293 | ** subdirectories to N. |
| 1294 | ** --private Include private artifacts. |
| 1295 |
+1
-1
| --- src/tkt.c | ||
| +++ src/tkt.c | ||
| @@ -1239,11 +1239,11 @@ | ||
| 1239 | 1239 | ** > fossil ticket show (REPORTTITLE|REPORTNR) ?TICKETFILTER? ?OPTIONS? |
| 1240 | 1240 | ** |
| 1241 | 1241 | ** Options: |
| 1242 | 1242 | ** -l|--limit LIMITCHAR |
| 1243 | 1243 | ** -q|--quote |
| 1244 | -** -R|--repository FILE | |
| 1244 | +** -R|--repository REPO | |
| 1245 | 1245 | ** |
| 1246 | 1246 | ** Run the ticket report, identified by the report format title |
| 1247 | 1247 | ** used in the GUI. The data is written as flat file on stdout, |
| 1248 | 1248 | ** using TAB as separator. The separator can be changed using |
| 1249 | 1249 | ** the -l or --limit option. |
| 1250 | 1250 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -1239,11 +1239,11 @@ | |
| 1239 | ** > fossil ticket show (REPORTTITLE|REPORTNR) ?TICKETFILTER? ?OPTIONS? |
| 1240 | ** |
| 1241 | ** Options: |
| 1242 | ** -l|--limit LIMITCHAR |
| 1243 | ** -q|--quote |
| 1244 | ** -R|--repository FILE |
| 1245 | ** |
| 1246 | ** Run the ticket report, identified by the report format title |
| 1247 | ** used in the GUI. The data is written as flat file on stdout, |
| 1248 | ** using TAB as separator. The separator can be changed using |
| 1249 | ** the -l or --limit option. |
| 1250 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -1239,11 +1239,11 @@ | |
| 1239 | ** > fossil ticket show (REPORTTITLE|REPORTNR) ?TICKETFILTER? ?OPTIONS? |
| 1240 | ** |
| 1241 | ** Options: |
| 1242 | ** -l|--limit LIMITCHAR |
| 1243 | ** -q|--quote |
| 1244 | ** -R|--repository REPO |
| 1245 | ** |
| 1246 | ** Run the ticket report, identified by the report format title |
| 1247 | ** used in the GUI. The data is written as flat file on stdout, |
| 1248 | ** using TAB as separator. The separator can be changed using |
| 1249 | ** the -l or --limit option. |
| 1250 |
+1
-1
| --- src/unversioned.c | ||
| +++ src/unversioned.c | ||
| @@ -291,11 +291,11 @@ | ||
| 291 | 291 | ** |
| 292 | 292 | ** Options: |
| 293 | 293 | ** |
| 294 | 294 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 295 | 295 | ** "edit", "remove", and "touch" subcommands. |
| 296 | -** -R|--repository FILE Use FILE as the repository | |
| 296 | +** -R|--repository REPO Use FILE as the repository | |
| 297 | 297 | */ |
| 298 | 298 | void unversioned_cmd(void){ |
| 299 | 299 | const char *zCmd; |
| 300 | 300 | int nCmd; |
| 301 | 301 | const char *zMtime = find_option("mtime", 0, 1); |
| 302 | 302 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -291,11 +291,11 @@ | |
| 291 | ** |
| 292 | ** Options: |
| 293 | ** |
| 294 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 295 | ** "edit", "remove", and "touch" subcommands. |
| 296 | ** -R|--repository FILE Use FILE as the repository |
| 297 | */ |
| 298 | void unversioned_cmd(void){ |
| 299 | const char *zCmd; |
| 300 | int nCmd; |
| 301 | const char *zMtime = find_option("mtime", 0, 1); |
| 302 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -291,11 +291,11 @@ | |
| 291 | ** |
| 292 | ** Options: |
| 293 | ** |
| 294 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 295 | ** "edit", "remove", and "touch" subcommands. |
| 296 | ** -R|--repository REPO Use FILE as the repository |
| 297 | */ |
| 298 | void unversioned_cmd(void){ |
| 299 | const char *zCmd; |
| 300 | int nCmd; |
| 301 | const char *zMtime = find_option("mtime", 0, 1); |
| 302 |
+1
-1
| --- src/user.c | ||
| +++ src/user.c | ||
| @@ -326,11 +326,11 @@ | ||
| 326 | 326 | } |
| 327 | 327 | |
| 328 | 328 | /* |
| 329 | 329 | ** COMMAND: user* |
| 330 | 330 | ** |
| 331 | -** Usage: %fossil user SUBCOMMAND ... ?-R|--repository FILE? | |
| 331 | +** Usage: %fossil user SUBCOMMAND ... ?-R|--repository REPO? | |
| 332 | 332 | ** |
| 333 | 333 | ** Run various subcommands on users of the open repository or of |
| 334 | 334 | ** the repository identified by the -R or --repository option. |
| 335 | 335 | ** |
| 336 | 336 | ** > fossil user capabilities USERNAME ?STRING? |
| 337 | 337 |
| --- src/user.c | |
| +++ src/user.c | |
| @@ -326,11 +326,11 @@ | |
| 326 | } |
| 327 | |
| 328 | /* |
| 329 | ** COMMAND: user* |
| 330 | ** |
| 331 | ** Usage: %fossil user SUBCOMMAND ... ?-R|--repository FILE? |
| 332 | ** |
| 333 | ** Run various subcommands on users of the open repository or of |
| 334 | ** the repository identified by the -R or --repository option. |
| 335 | ** |
| 336 | ** > fossil user capabilities USERNAME ?STRING? |
| 337 |
| --- src/user.c | |
| +++ src/user.c | |
| @@ -326,11 +326,11 @@ | |
| 326 | } |
| 327 | |
| 328 | /* |
| 329 | ** COMMAND: user* |
| 330 | ** |
| 331 | ** Usage: %fossil user SUBCOMMAND ... ?-R|--repository REPO? |
| 332 | ** |
| 333 | ** Run various subcommands on users of the open repository or of |
| 334 | ** the repository identified by the -R or --repository option. |
| 335 | ** |
| 336 | ** > fossil user capabilities USERNAME ?STRING? |
| 337 |
+1
-1
| --- src/winhttp.c | ||
| +++ src/winhttp.c | ||
| @@ -972,11 +972,11 @@ | ||
| 972 | 972 | ** -P|--port TCPPORT |
| 973 | 973 | ** |
| 974 | 974 | ** Specifies the TCP port (default port is 8080) on which the |
| 975 | 975 | ** server should listen. |
| 976 | 976 | ** |
| 977 | -** -R|--repository REPOSITORY | |
| 977 | +** -R|--repository REPO | |
| 978 | 978 | ** |
| 979 | 979 | ** Specifies the name of the repository to be served. |
| 980 | 980 | ** The repository option may be omitted if the working directory |
| 981 | 981 | ** is within an open checkout. |
| 982 | 982 | ** The REPOSITORY can be a directory (aka folder) that contains |
| 983 | 983 |
| --- src/winhttp.c | |
| +++ src/winhttp.c | |
| @@ -972,11 +972,11 @@ | |
| 972 | ** -P|--port TCPPORT |
| 973 | ** |
| 974 | ** Specifies the TCP port (default port is 8080) on which the |
| 975 | ** server should listen. |
| 976 | ** |
| 977 | ** -R|--repository REPOSITORY |
| 978 | ** |
| 979 | ** Specifies the name of the repository to be served. |
| 980 | ** The repository option may be omitted if the working directory |
| 981 | ** is within an open checkout. |
| 982 | ** The REPOSITORY can be a directory (aka folder) that contains |
| 983 |
| --- src/winhttp.c | |
| +++ src/winhttp.c | |
| @@ -972,11 +972,11 @@ | |
| 972 | ** -P|--port TCPPORT |
| 973 | ** |
| 974 | ** Specifies the TCP port (default port is 8080) on which the |
| 975 | ** server should listen. |
| 976 | ** |
| 977 | ** -R|--repository REPO |
| 978 | ** |
| 979 | ** Specifies the name of the repository to be served. |
| 980 | ** The repository option may be omitted if the working directory |
| 981 | ** is within an open checkout. |
| 982 | ** The REPOSITORY can be a directory (aka folder) that contains |
| 983 |