artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c055c53
)
Remove -v option from usage.
author
rob
<rob@openbsd.org>
Tue, 22 Feb 2022 16:08:59 +0000
(16:08 +0000)
committer
rob
<rob@openbsd.org>
Tue, 22 Feb 2022 16:08:59 +0000
(16:08 +0000)
Ok millert@
usr.bin/seq/seq.c
patch
|
blob
|
history
diff --git
a/usr.bin/seq/seq.c
b/usr.bin/seq/seq.c
index
5ca075f
..
873f726
100644
(file)
--- a/
usr.bin/seq/seq.c
+++ b/
usr.bin/seq/seq.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: seq.c,v 1.
1 2022/02/22 15:15:34 millert Exp $
*/
+/* $OpenBSD: seq.c,v 1.
2 2022/02/22 16:08:59 rob Exp $
*/
/*-
* Copyright (c) 2005 The NetBSD Foundation, Inc.
@@
-411,7
+411,7
@@
static __dead void
usage(int error)
{
fprintf(stderr,
- "usage: %s [-
v
w] [-f format] [-s string] [first [incr]] last\n",
+ "usage: %s [-w] [-f format] [-s string] [first [incr]] last\n",
getprogname());
exit(error);
}