Skip to content

Commit 0900ecb

Browse files
author
4G3NT
committed
Replace "[PAGE]" with "PAGE" to comply with usual conventions
1 parent 2754c7b commit 0900ecb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

man/tldr.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
tldr \- A collection of simplified and community-driven man pages.
66
.SH SYNOPSIS
77
.B tldr
8-
[\fB\-v\fR] [\fB\-c\fR] [\fB\-u\fR] [\fIOPTION\fR]... [\fIPAGE\fR]
8+
[\fB\-v\fR] [\fB\-c\fR] [\fB\-u\fR] [\fIOPTION\fR]... \fIPAGE\fR
99
.SH DESCRIPTION
1010
tldr is a collection of simplified and community-driven man pages, for commonly
1111
used commandline tools.

src/tldr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ print_version(char const *arg)
204204
void
205205
print_usage(char const *arg)
206206
{
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";
208208

209209
/* *INDENT-OFF* */
210210
fprintf(stdout, out, arg);

0 commit comments

Comments
 (0)