remove \n from errx, from NetBSD
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11666 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -323,7 +323,7 @@ main (int argc, char **argv)
|
||||
|
||||
if(deletep || openp || listp) {
|
||||
if(argc != 0)
|
||||
errx(1, "delete, open, and list requires no arguments\n");
|
||||
errx(1, "delete, open, and list requires no arguments");
|
||||
} else {
|
||||
if(argc != 2)
|
||||
errx(1, "setup, and renew requires `num', and `seed'");
|
||||
|
Reference in New Issue
Block a user