artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d48ade7
)
update usage() to reflect s->step change;
author
jmc
<jmc@openbsd.org>
Fri, 13 Aug 2021 12:37:28 +0000
(12:37 +0000)
committer
jmc
<jmc@openbsd.org>
Fri, 13 Aug 2021 12:37:28 +0000
(12:37 +0000)
usr.bin/jot/jot.c
patch
|
blob
|
history
diff --git
a/usr.bin/jot/jot.c
b/usr.bin/jot/jot.c
index
0051195
..
aed16f2
100644
(file)
--- a/
usr.bin/jot/jot.c
+++ b/
usr.bin/jot/jot.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: jot.c,v 1.5
5 2021/08/13 11:27:33 martijn Exp $
*/
+/* $OpenBSD: jot.c,v 1.5
6 2021/08/13 12:37:28 jmc Exp $
*/
/* $NetBSD: jot.c,v 1.3 1994/12/02 20:29:43 pk Exp $ */
/*-
@@
-336,7
+336,7
@@
usage(void)
{
(void)fprintf(stderr, "usage: jot [-cnr] [-b word] [-p precision] "
"[-s string] [-w word]\n"
- " [reps [begin [end [s]]]]\n");
+ " [reps [begin [end [s
tep
]]]]\n");
exit(1);
}