From 667e5a6e2c4ee03775ac5f5db2716700898dba8b Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 7 Jul 2003 21:31:45 +0000 Subject: [PATCH] Add V: to bextract and bscan git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@627 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/bextract.c | 2 +- bacula/src/stored/bscan.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.5