]> git.sur5r.net Git - bacula/bacula/commitdiff
Add V: to bextract and bscan
authorKern Sibbald <kern@sibbald.com>
Mon, 7 Jul 2003 21:31:45 +0000 (21:31 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 7 Jul 2003 21:31:45 +0000 (21:31 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@627 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/bextract.c
bacula/src/stored/bscan.c

index c602eb4bfad0d880620e80cf3ed6b270ab6b5bcb..45b1e73a215746b0f759fe19ba916c7ee7b29ca2 100644 (file)
@@ -98,7 +98,7 @@ int main (int argc, char *argv[])
    init_include_exclude_files(ff);
    binit(&bfd);
 
-   while ((ch = getopt(argc, argv, "b:c:d:e:i:?")) != -1) {
+   while ((ch = getopt(argc, argv, "b:c:d:e:i:V:?")) != -1) {
       switch (ch) {
       case 'b':                    /* bootstrap file */
         bsr = parse_bsr(NULL, optarg);
index fac6ec09200d895c9044852265c05ae948a116d5..4467a280fb5f1daccc95916ec30da9382d0ae561 100644 (file)
@@ -125,7 +125,7 @@ int main (int argc, char *argv[])
    init_msg(NULL, NULL);
 
 
-   while ((ch = getopt(argc, argv, "b:c:d:mn:p:rsu:vVw:?")) != -1) {
+   while ((ch = getopt(argc, argv, "b:c:d:mn:p:rsu:vV:w:?")) != -1) {
       switch (ch) {
       case 'b':
         bsr = parse_bsr(NULL, optarg);