From bdc32e68d23d2b804f14977d2a13d7dffe63b41e Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 29 Sep 2006 17:04:03 +0000 Subject: Sync usage() with manpage's SYNOPSIS. --- usr.sbin/jexec/jexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/jexec') diff --git a/usr.sbin/jexec/jexec.c b/usr.sbin/jexec/jexec.c index f35b1ec..a4c0ff8 100644 --- a/usr.sbin/jexec/jexec.c +++ b/usr.sbin/jexec/jexec.c @@ -117,6 +117,6 @@ usage(void) fprintf(stderr, "%s%s\n", "usage: jexec [-u username | -U username]", - " jid command [...]"); + " jid command ..."); exit(1); } -- cgit v1.1