]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak messages from .bvfs commands
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 4 Oct 2010 16:08:01 +0000 (18:08 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 6 Oct 2010 09:11:09 +0000 (11:11 +0200)
bacula/src/dird/ua_dotcmds.c

index cd0c6ebc33a48645482d1f7fa72ef9b66a2ad312..c7fd97dead279360f7305f9d5ad26771fc25b79a 100644 (file)
@@ -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 */
    }