From bbf9d9afd69ea522ca3c813d13134d36a345c2f3 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Wed, 25 Mar 2020 14:00:24 +0100 Subject: [PATCH] Add default directory for plots output --- scripts/acoustics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/acoustics.py b/scripts/acoustics.py index b2d2f01..661cf32 100755 --- a/scripts/acoustics.py +++ b/scripts/acoustics.py @@ -9,7 +9,7 @@ Usage: Options: -d DET_ID Detector ID. - -o PLOT_DIR The directory to save the plot. + -o PLOT_DIR The directory to save the plot [default: plots]. -h --help Show this screen. """ -- GitLab