From 788909a5b70aea7867b5347fd4ae7a7401833f31 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Tue, 13 Jun 2006 06:53:46 +0000 Subject: be more accurate in describing what happened when we cannot see the repository the user wants to work with. --- usr.bin/cvs/cvs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index 920a5148b78..9acb7d7dc4f 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.103 2006/06/12 13:56:00 xsa Exp $ */ +/* $OpenBSD: cvs.c,v 1.104 2006/06/13 06:53:45 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2004 Jean-Francois Brousseau @@ -230,7 +230,7 @@ main(int argc, char **argv) CVS_PATH_ROOT); if (stat(fpath, &st) == -1 && cvs_cmdop != CVS_OP_INIT) { if (errno == ENOENT) - fatal("'%s' does not seem to be a valid repository", + fatal("repository '%s' does not exist", current_cvsroot->cr_dir); else fatal("%s: %s", current_cvsroot->cr_dir, -- cgit v1.2.3