Differences From Artifact [f0c3ddb03d]:
- File src/main.c — part of check-in [b38bb4f9bd] at 2013-02-22 17:34:19 on branch trunk — merged in [help-www] branch: adds help support for /www/pages. (user: stephan size: 61664) [more...]
To Artifact [8c801099f6]:
- File src/main.c — part of check-in [69fe4237ce] at 2013-03-03 00:30:23 on branch trunk — Fix the usage comment for incorrect parameters on "fossil config sync". Separately, remove an extra newline from the usage output. (user: drh size: 61662) [more...]
| ︙ | |||
603 604 605 606 607 608 609 | 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 | - + |
return 0;
}
/*
** Print a usage comment and quit
*/
void usage(const char *zFormat){
|
| ︙ |