File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
tldr \- A collection of simplified and community-driven man pages.
6
6
.SH SYNOPSIS
7
7
.B tldr
8
- [\fB \- v \fR ] [\fB \- c \fR ] [\fB \- u \fR ] [\fI OPTION \fR ]... [ \fI PAGE \fR ]
8
+ [\fB \- v \fR ] [\fB \- c \fR ] [\fB \- u \fR ] [\fI OPTION \fR ]... \fI PAGE \fR
9
9
.SH DESCRIPTION
10
10
tldr is a collection of simplified and community-driven man pages, for commonly
11
11
used commandline tools.
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ print_version(char const *arg)
204
204
void
205
205
print_usage (char const * arg )
206
206
{
207
- char const * out = "usage: %s [-v] [-c] [-u] [OPTION]... [ PAGE] \n\n" ;
207
+ char const * out = "usage: %s [-v] [-c] [-u] [OPTION]... PAGE\n\n" ;
208
208
209
209
/* *INDENT-OFF* */
210
210
fprintf (stdout , out , arg );
You can’t perform that action at this time.
0 commit comments