aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-22 17:18:01 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-22 17:18:01 -0400
commit21b6ef39e72fcefa2eabde8c8da313ffe5aaee41 (patch)
treec84a8b0c1f577c41842f9d5c524bf7c40c3ac099
parenta6efd62123483d379b68554de374d8dbee5d7b77 (diff)
Update manpage
-rw-r--r--doc/nowopen.113
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