From: Eric Bollengier Date: Mon, 4 Oct 2010 16:08:01 +0000 (+0200) Subject: Tweak messages from .bvfs commands X-Git-Tag: Release-5.2.1~1048 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=01c97d5998f6edb07390c0d454501770da8d9dd9;p=bacula%2Fbacula Tweak messages from .bvfs commands --- 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 */ }