-
Notifications
You must be signed in to change notification settings - Fork 0
/
hr.1
36 lines (24 loc) · 774 Bytes
/
hr.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.TH hr 1 "2022-09-14" "hr"
.SH NAME
hr \- A horizontal rule for terminal
.SH SYNOPSIS
\fBhr\fR [\fB-h\fR] [\fB-v\fR] [\fB-n\fR \fICOUNT\fR] [\fB-l\fR] [\fB-r\fR] [\fICHAR\fR]
.SH DESCRIPTION
A tool that prints a horizontal rule, like the HTML <hr> tag, to your terminal. \fBhr\fR is particularly useful for distinguishing the output when running multiple commands.
.SH OPTIONS
.IP "\fB-h\fR"
Display the help message and exit
.IP "\fB-v\fR"
Display the version number of hr and exit
.IP "\fB-n\fR \fICOUNT\fR"
Repeat \fICHAR\fR \fICOUNT\fR times
.IP "\fB-l\fR"
Left alignment
.IP "\fB-r\fR"
Right alignment
.SH AUTHOR
Gustavo Costa <[email protected]>
.SH BUGS
Report bugs to <https://github.com/xfgusta/hr/issues>
.SH COPYRIGHT
Copyright (c) 2022 Gustavo Costa