]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/bextract.c
Add V: to bextract and bscan
[bacula/bacula] / bacula / src / stored / bextract.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);