snore

sleep with feedback
git clone git://git.bitsmanent.org/snore
Log | Files | Refs | README | LICENSE

commit a316f7446b8102943518385e0a334890922426ce
parent 5563c314d4ff890786fb452025e4db030cb64a44
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Tue, 12 Mar 2024 17:48:19 +0100

Fix a typo

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -6,7 +6,7 @@ SYNOPSIS snore [-v] [NUMBER[SUFFIX]...] snore pause for NUMBER seconds. SUFFIX may be 's' for seconds (default), 'm' -for minutes, 'h' four hours or 'd' for days. Given two or more arguments, pause +for minutes, 'h' for hours or 'd' for days. Given two or more arguments, pause for the amount of time specified by the sum of their values. A visual feedback is given by printing the flowing of time in both ascending and descending order. If no arguments are given, snore pauses for 1d (one day).