From: Kern Sibbald Date: Sat, 4 Jun 2011 14:44:02 +0000 (+0200) Subject: Add barcodes help to label command X-Git-Tag: Release-5.2.1~426 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=afbf06d433023e1da2fefe96ef04122ddf1e4ba7;p=bacula%2Fbacula Add barcodes help to label command --- diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index 284f275f22..ae09c812c2 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2009 Free Software Foundation Europe e.V. + Copyright (C) 2000-2011 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -31,7 +31,6 @@ * * Kern Sibbald, September MM * - * Version $Id$ */ #include "bacula.h" @@ -137,7 +136,7 @@ static struct cmdstruct commands[] = { /* C "\n\tmessages memory mount prune purge python quit query\n\trestore relabel release reload run status" "\n\tsetbandwidth setdebug setip show sqlquery time trace unmount\n\tumount update use var version wait"), false}, - { NT_("label"), label_cmd, _("Label a tape"), NT_("storage= volume= pool="), false}, + { NT_("label"), label_cmd, _("Label a tape"), NT_("storage= volume= pool= slot= barcodes"), false}, { NT_("list"), list_cmd, _("List objects from catalog"), NT_("pools | jobs | jobtotals | volume | media | files jobid= | copies jobid="), true}, diff --git a/bacula/src/dird/ua_label.c b/bacula/src/dird/ua_label.c index df9578fd55..7e70ebad92 100644 --- a/bacula/src/dird/ua_label.c +++ b/bacula/src/dird/ua_label.c @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2003-2008 Free Software Foundation Europe e.V. + Copyright (C) 2003-2011 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -31,7 +31,6 @@ * * Kern Sibbald, April MMIII * - * Version $Id$ */ #include "bacula.h"