From f8c43f3b191db27bf2146950eb41b849c92930af Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 16 Dec 2015 17:21:36 +0100 Subject: [PATCH] Fix #1524 about bextract trace file location --- bacula/src/stored/bextract.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/bextract.c b/bacula/src/stored/bextract.c index f6d65f352e..e84e55e781 100644 --- a/bacula/src/stored/bextract.c +++ b/bacula/src/stored/bextract.c @@ -86,7 +86,7 @@ PROG_COPYRIGHT " -c specify a Storage configuration file\n" " -d set debug level to \n" " -dt print timestamp in debug output\n" -" -T send debug traces to trace file\n" +" -T send debug traces to trace file (stored in /tmp)\n" " -e exclude list\n" " -i include list\n" " -p proceed inspite of I/O errors\n" -- 2.39.5