/*
Bacula(R) - The Network Backup Solution
- Copyright (C) 2000-2016 Kern Sibbald
+ Copyright (C) 2000-2019 Kern Sibbald
The original author of Bacula is Kern Sibbald, with contributions
from many others, a complete list can be found in the file AUTHORS.
bindtextdomain("bacula", LOCALEDIR);
textdomain("bacula");
- while ((ch = getopt(argc, argv, "d:f:n?")) != -1) {
+ while ((ch = getopt(argc, argv, "d:f:ln?")) != -1) {
switch (ch) {
case 'd': /* set debug level */
if (*optarg == 't') {
/*
Bacula(R) - The Network Backup Solution
- Copyright (C) 2000-2016 Kern Sibbald
+ Copyright (C) 2000-2019 Kern Sibbald
The original author of Bacula is Kern Sibbald, with contributions
from many others, a complete list can be found in the file AUTHORS.
bindtextdomain("bacula", LOCALEDIR);
textdomain("bacula");
- while ((ch = getopt(argc, argv, "d:f:in?")) != -1) {
+ while ((ch = getopt(argc, argv, "d:f:iln?")) != -1) {
switch (ch) {
case 'd': /* set debug level */
debug_level = atoi(optarg);