commit 3bb7139a63a3b772c38658bcdc86b15c55d9f8ce
parent ec2a15de7a88f133337766a3b9fa698235735edc
Author: Claudio Alessi <smoppy@gmail.com>
Date: Fri, 22 Jan 2016 22:04:04 +0100
Improve description.
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/snore.1 b/snore.1
@@ -7,11 +7,11 @@ snore \- sleep with feedback
.RI "" NUMBER [ SUFFIX ]...
.SH DESCRIPTION
.B snore
-pause for NUMBER seconds. SUFFIX may be 's' for seconds, 'm' for minutes, 'h'
-four hours or 'd' for days. If the suffix is wrong or not given 's' is default.
-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.
+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 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.
.SH AUTHORS
See the LICENSE file for the authors.
.SH LICENSE