Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wangchuan2008888/bareos i…
Browse files Browse the repository at this point in the history
…nto wangchuan2008888-master
  • Loading branch information
pstorz committed Apr 28, 2017
2 parents d554b45 + 19532a0 commit e53b426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/bregex.c
Expand Up @@ -87,7 +87,7 @@ int main(int argc, char *const *argv)
bindtextdomain("bareos", LOCALEDIR);
textdomain("bareos");

while ((ch = getopt(argc, argv, "d:f:n?")) != -1) {
while ((ch = getopt(argc, argv, "d:f:nl?")) != -1) {
switch (ch) {
case 'd': /* set debug level */
if (*optarg == 't') {
Expand Down

0 comments on commit e53b426

Please sign in to comment.