diff options
Diffstat (limited to 'sbin/mount_tcfs/mount_tcfs.c')
-rw-r--r-- | sbin/mount_tcfs/mount_tcfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_tcfs/mount_tcfs.c b/sbin/mount_tcfs/mount_tcfs.c index de3df97ad60..46eb1264d6d 100644 --- a/sbin/mount_tcfs/mount_tcfs.c +++ b/sbin/mount_tcfs/mount_tcfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mount_tcfs.c,v 1.5 2002/02/16 21:27:36 millert Exp $ */ +/* $OpenBSD: mount_tcfs.c,v 1.6 2002/03/14 06:51:41 mpech Exp $ */ /* * Copyright (c) 1992, 1993, 1994 @@ -107,7 +107,7 @@ main(argc, argv) argv[0], target, argv[1]); if (args.cipher_num == -1) - errx(1, "cipher number not found for filesystem %s\n", + errx(1, "cipher number not found for filesystem %s", argv[1]); args.target = target; |