removed a duplicate line in the usage text - tty-clock - port of tty-clock to OpenBSD, with pledge/unveil added as goodie.
(HTM) git clone https://git.drkhsh.at/tty-clock.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6fc660a23e09c155783899836d2cebfb09f26265
(DIR) parent fbb26382afe57d59bb401c6e775d1e9ddf89920f
(HTM) Author: Christian Gießen <cgie@informatik.uni-kiel.de>
Date: Mon, 28 Oct 2013 14:15:15 +0100
removed a duplicate line in the usage text
Diffstat:
M ttyclock.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/ttyclock.c b/ttyclock.c
@@ -600,7 +600,6 @@ main(int argc, char **argv)
" -v Show tty-clock version \n"
" -i Show some info about tty-clock \n"
" -h Show this page \n"
- " -d delay Set the delay between two redraws of the clock \n"
" -D Hide date \n"
" -B Enable blinking colon \n"
" -d delay Set the delay between two redraws of the clock. Default 1s. \n"