Skip to content

Commit

Permalink
Merge branch 'wangchuan2008888-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Apr 28, 2017
2 parents d554b45 + e53b426 commit eb28405
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 eb28405

Please sign in to comment.