diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-10-15 20:13:58 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-10-15 20:13:58 +0000 |
commit | 9af907662e43bfbd8ac472c2e558318034ffa50d (patch) | |
tree | 6beefacc2434467cf7e5aaaac7b20fb9ebc5dbc6 | |
parent | ba28f31b65420dd43147c988928903eeea9ba226 (diff) |
just a space in usage, from deraadt
-rw-r--r-- | usr.sbin/rebound/rebound.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rebound/rebound.c b/usr.sbin/rebound/rebound.c index 52be698b1c2..3446413c4e1 100644 --- a/usr.sbin/rebound/rebound.c +++ b/usr.sbin/rebound/rebound.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rebound.c,v 1.2 2015/10/15 19:49:22 tedu Exp $ */ +/* $OpenBSD: rebound.c,v 1.3 2015/10/15 20:13:57 tedu Exp $ */ /* * Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> * @@ -421,7 +421,7 @@ launch(const char *confname, int ud, int ld, int kq) static void __dead usage(void) { - fprintf(stderr, "usage:\trebound [-c config]\n"); + fprintf(stderr, "usage: rebound [-c config]\n"); exit(1); } |