diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-22 17:18:01 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-22 17:18:01 -0400 |
| commit | 21b6ef39e72fcefa2eabde8c8da313ffe5aaee41 (patch) | |
| tree | c84a8b0c1f577c41842f9d5c524bf7c40c3ac099 | |
| parent | a6efd62123483d379b68554de374d8dbee5d7b77 (diff) | |
Update manpage
| -rw-r--r-- | doc/nowopen.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/nowopen.1 b/doc/nowopen.1 index e0e2c4a..3b82e11 100644 --- a/doc/nowopen.1 +++ b/doc/nowopen.1 @@ -4,7 +4,7 @@ .SH NAME nowopen \- Display which businesses are now open. .SH SYNOPSIS -\fBnowopen\fR [ \fI-p\fR ] [ \fI--help\fR ] [ \fItags...\fR ] +\fBnowopen\fR [ \fI-p\fR|\fI--plain\fR ] [ \fI-r\fR|\fI--random\fR ] [ \fI--help\fR ] [ \fItags...\fR ] .SH DESCRIPTION \fBnowopen\fR will display currently open businesses and how long until they close. It uses data from either \fB~/.local/share/nowopen/businesshours\fR @@ -12,10 +12,19 @@ or \fB~/.businesshours\fR. .SH OPTIONS .TP -.B \-p +.B \-p, \-\-plain Display output in plain text to stdout instead of using a temporary display with color. .TP +.B \-r, \-\-random +Choose a random currently open place. +.TP +.B \-w, \-\-where +Print where your businesshours file is located. +.TP +.B \-e, \-\-edit +Edit your businesshours file with your \fB$EDITOR\fR. +.TP .B \--help Print the command line usage. .TP |
