From: Kern Sibbald Date: Sat, 4 Jun 2011 14:44:02 +0000 (+0200) Subject: Add barcodes help to label command X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dd4769036223524b77f42994e2b0becdacd4d696;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 bd4dd79455..6fbd9fcdb8 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" @@ -136,7 +135,7 @@ static struct cmdstruct commands[] = { /* C "\n\tmessages memory mount prune purge python quit query\n\trestore relabel release reload run status" "\n\tsetdebug setip show sqlquery time trace unmount umount\n\tupdate 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"