From: Kern Sibbald Date: Mon, 7 Jul 2003 21:31:45 +0000 (+0000) Subject: Add V: to bextract and bscan X-Git-Tag: Release-7.0.0~10067 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=667e5a6e2c4ee03775ac5f5db2716700898dba8b;p=bacula%2Fbacula Add V: to bextract and bscan git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@627 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/bextract.c b/bacula/src/stored/bextract.c index c602eb4bfa..45b1e73a21 100644 --- a/bacula/src/stored/bextract.c +++ b/bacula/src/stored/bextract.c @@ -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); diff --git a/bacula/src/stored/bscan.c b/bacula/src/stored/bscan.c index fac6ec0920..4467a280fb 100644 --- a/bacula/src/stored/bscan.c +++ b/bacula/src/stored/bscan.c @@ -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);