diff --git a/scripts/dom_activity.py b/scripts/dom_activity.py
index 1ebbd6a4b2f134ca43a947f56d1471486c16b15a..f9737b5e7b344dbdfd74ce7c8df42cd4ce39258c 100755
--- a/scripts/dom_activity.py
+++ b/scripts/dom_activity.py
@@ -14,7 +14,7 @@ Options:
     -l LIGIER_IP    The IP of the ligier [default: 127.0.0.1].
     -p LIGIER_PORT  The port of the ligier [default: 5553].
     -d DET_ID       Detector ID [default: 29].
-    -o PLOT_DIR     The directory to save the plot [default: www/plots].
+    -o PLOT_DIR     The directory to save the plot [default: plots].
     -h --help       Show this screen.
 
 """
diff --git a/scripts/dom_rates.py b/scripts/dom_rates.py
index 2c74468213bca821befcd5a5f6063472f86c6b1a..11d7d50b9f56c89d3a6a18e5c099451ff7ef9eff 100755
--- a/scripts/dom_rates.py
+++ b/scripts/dom_rates.py
@@ -14,7 +14,7 @@ Options:
     -l LIGIER_IP    The IP of the ligier [default: 127.0.0.1].
     -p LIGIER_PORT  The port of the ligier [default: 5553].
     -d DET_ID       Detector ID [default: 29].
-    -o PLOT_DIR     The directory to save the plot [default: www/plots].
+    -o PLOT_DIR     The directory to save the plot [default: plots].
     -h --help       Show this screen.
 
 """
diff --git a/scripts/pmt_rates.py b/scripts/pmt_rates.py
index d9317865fdf065bdd5a026dc03ae51a356112a43..be83ee274d817e5e9f888a2c3b94a4c7ba93ac57 100755
--- a/scripts/pmt_rates.py
+++ b/scripts/pmt_rates.py
@@ -16,7 +16,7 @@ Options:
     -u DU           The DU to monitor [default: 1].
     -d DET_ID       Detector ID [default: 29].
     -i INTERVAL     Time interval for one pixel [default: 10].
-    -o PLOT_DIR     The directory to save the plot [default: www/plots].
+    -o PLOT_DIR     The directory to save the plot [default: plots].
     -h --help       Show this screen.
 
 """
diff --git a/scripts/trigger_rates.py b/scripts/trigger_rates.py
index fc4c0928606116fc7b25d671e9cc6fbe2c156d4e..5670d1eeb587ccee3d57fbd6d4c1ba9e1303dea5 100755
--- a/scripts/trigger_rates.py
+++ b/scripts/trigger_rates.py
@@ -13,7 +13,7 @@ Usage:
 Options:
     -l LIGIER_IP    The IP of the ligier [default: 127.0.0.1].
     -p LIGIER_PORT  The port of the ligier [default: 5553].
-    -o PLOT_DIR     The directory to save the plot [default: www/plots].
+    -o PLOT_DIR     The directory to save the plot [default: plots].
     -h --help       Show this screen.
 
 """