diff options
author | 2006-06-13 06:52:11 +0000 | |
---|---|---|
committer | 2006-06-13 06:52:11 +0000 | |
commit | 8e7fbdbafbbb9029f89ef2562b7cd840aa384f70 (patch) | |
tree | 08f3d83cbd5d6c870db784b9e2c537aa1b5cf67d | |
parent | files that are not checked out are not up-to-date, consider (diff) | |
download | wireguard-openbsd-8e7fbdbafbbb9029f89ef2562b7cd840aa384f70.tar.xz wireguard-openbsd-8e7fbdbafbbb9029f89ef2562b7cd840aa384f70.zip |
better usage
-rw-r--r-- | usr.bin/cvs/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/init.c b/usr.bin/cvs/init.c index f58b9bd27ab..370e6b1a0fe 100644 --- a/usr.bin/cvs/init.c +++ b/usr.bin/cvs/init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init.c,v 1.23 2006/06/12 13:56:00 xsa Exp $ */ +/* $OpenBSD: init.c,v 1.24 2006/06/13 06:52:11 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * Copyright (c) 2006 Xavier Santolaria <xsa@openbsd.org> @@ -80,7 +80,7 @@ int cvs_init(int argc, char **argv) { if (argc > 1) - fatal("%s", cvs_cmd_init.cmd_synopsis); + fatal("init does not take any extra arguments"); if (current_cvsroot->cr_method == CVS_METHOD_LOCAL) cvs_init_local(); |