trandnum.c: remove extra newline in usage text - numtools - perform numerical operations on vectors and matrices in unix pipes
(HTM) git clone git://src.adamsgaard.dk/numtools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4bbafcb1e0d10f8f2a3e40b8f1b43a67cb915b01
(DIR) parent 258495d0a32a728ba75d8569df12b7989d731646
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 11 May 2022 12:24:33 +0200
randnum.c: remove extra newline in usage text
Diffstat:
M randnum.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/randnum.c b/randnum.c
t@@ -14,7 +14,7 @@ usage(void)
{
errx(1, "usage: randnum [-d delimstr] [-n] [-N num] "
"[-p prec] [-s seed] "
- "[[min_val] max_val]\n");
+ "[[min_val] max_val]");
}
int