From d4a9b546c18d8ff89666a08207f6ce4daa6385be Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Mon, 1 Aug 2016 22:23:42 +0200 Subject: [PATCH] Fix the debug environment variable name in the manual --- doc/Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Manual.md b/doc/Manual.md index eddcf5c49..70f76f722 100644 --- a/doc/Manual.md +++ b/doc/Manual.md @@ -387,9 +387,9 @@ The program can be built with debug support like this: $ go run build.go -tags debug Afterwards, extensive debug messages are written to the file in environment -variable `RESTIC_DEBUG`, e.g.: +variable `DEBUG_LOG`, e.g.: - $ RESTIC_DEBUG=/tmp/restic-debug.log restic backup ~/work + $ DEBUG_LOG=/tmp/restic-debug.log restic backup ~/work If you suspect that there is a bug, you can have a look at the debug log. Please be aware that the debug log might contain sensitive information such as