| trandnum.c: remove extra newline in usage text - numtools - perform numerical o… | |
| git clone git://src.adamsgaard.dk/numtools | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 4bbafcb1e0d10f8f2a3e40b8f1b43a67cb915b01 | |
| parent 258495d0a32a728ba75d8569df12b7989d731646 | |
| Author: Anders Damsgaard <[email protected]> | |
| 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(-) | |
| --- | |
| 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 |