From 01c97d5998f6edb07390c0d454501770da8d9dd9 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 4 Oct 2010 18:08:01 +0200 Subject: [PATCH] Tweak messages from .bvfs commands --- bacula/src/dird/ua_dotcmds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/dird/ua_dotcmds.c b/bacula/src/dird/ua_dotcmds.c index cd0c6ebc33..c7fd97dead 100644 --- a/bacula/src/dird/ua_dotcmds.c +++ b/bacula/src/dird/ua_dotcmds.c @@ -452,7 +452,7 @@ static bool dot_bvfs_lsdirs(UAContext *ua, const char *cmd) } /* - * .bvfs_versions jobid=x filenameid=10 pathid=10 copies versions + * .bvfs_versions jobid=x fnid=10 pathid=10 copies versions * (jobid isn't used) */ static bool dot_bvfs_versions(UAContext *ua, const char *cmd) @@ -470,7 +470,7 @@ static bool dot_bvfs_versions(UAContext *ua, const char *cmd) if (!bvfs_parse_arg_version(ua, &client, &fnid, &versions, &copies)) { - ua->error_msg("Can't find client or filenameid argument\n"); + ua->error_msg("Can't find client or fnid argument\n"); return true; /* not enough param */ } -- 2.39.5