]> git.sur5r.net Git - bacula/bacula/commitdiff
Add barcodes help to label command
authorKern Sibbald <kern@sibbald.com>
Sat, 4 Jun 2011 14:44:02 +0000 (16:44 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 5 Jun 2011 11:17:38 +0000 (13:17 +0200)
bacula/src/dird/ua_cmds.c
bacula/src/dird/ua_label.c

index 284f275f2231e723a19a7605bd61d69816531877..ae09c812c2022ebc202f92b86971b1c5af78d6d4 100644 (file)
@@ -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=<storage> volume=<vol> pool=<pool>"), false},
+ { NT_("label"),      label_cmd,     _("Label a tape"), NT_("storage=<storage> volume=<vol> pool=<pool> slot=<slot> barcodes"), false},
  { NT_("list"),       list_cmd,      _("List objects from catalog"), 
    NT_("pools | jobs | jobtotals | volume | media <pool=pool-name> | files jobid=<nn> | copies jobid=<nn>"), true},
 
index df9578fd55a04c31961e767cb15e6292dc0e9184..7e70ebad925f867dafbe339fc94e97aa714675b0 100644 (file)
@@ -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"