From 21b6ef39e72fcefa2eabde8c8da313ffe5aaee41 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 22 Apr 2025 17:18:01 -0400 Subject: Update manpage --- doc/nowopen.1 | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'doc/nowopen.1') 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 -- cgit v1.2.3