Skip to content

Commit 9207043

Browse files
committed
Made command line synopsis consistent.
1 parent 0085c58 commit 9207043

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ card to run.
3434
3. Using Gource
3535
===============
3636

37-
gource <options> <path>
37+
gource [options] [path]
3838

3939
options:
4040

data/gource.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gource - a software version control visualization
44
.SH SYNOPSIS
55
\fIgource\fR
6-
[options] path
6+
[options] [path]
77
.SH DESCRIPTION
88
\fIgource\fR is an OpenGL-based 3D visualisation tool for source control repositories.
99

src/gource_settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void GourceSettings::help(bool extended_help) {
4545

4646
printf("Gource v%s\n", GOURCE_VERSION);
4747

48-
printf("Usage: gource [OPTIONS] [PATH]\n");
48+
printf("Usage: gource [options] [path]\n");
4949
printf("\nOptions:\n");
5050
printf(" -h, --help Help\n\n");
5151
printf(" -WIDTHxHEIGHT, --viewport Set viewport size\n");

0 commit comments

Comments
 (0)