Skip to content

Commit

Permalink
Made command line synopsis consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Jun 13, 2018
1 parent 0085c58 commit 9207043
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ card to run.
3. Using Gource
===============

gource <options> <path>
gource [options] [path]

options:

Expand Down
2 changes: 1 addition & 1 deletion data/gource.1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gource - a software version control visualization
.SH SYNOPSIS
\fIgource\fR
[options] path
[options] [path]
.SH DESCRIPTION
\fIgource\fR is an OpenGL-based 3D visualisation tool for source control repositories.

Expand Down
2 changes: 1 addition & 1 deletion src/gource_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void GourceSettings::help(bool extended_help) {

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

printf("Usage: gource [OPTIONS] [PATH]\n");
printf("Usage: gource [options] [path]\n");
printf("\nOptions:\n");
printf(" -h, --help Help\n\n");
printf(" -WIDTHxHEIGHT, --viewport Set viewport size\n");
Expand Down

0 comments on commit 9207043

Please sign in to comment.