changeset 159:b010c763a1fc

Document mgtool 'dump' command.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 07 Nov 2017 14:47:25 +0200
parents 8a559deb8f80
children 665b126cd578
files mgtool.php
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mgtool.php	Tue Nov 07 14:41:28 2017 +0200
+++ b/mgtool.php	Tue Nov 07 14:47:25 2017 +0200
@@ -759,8 +759,9 @@
     "    Delete all generated files or selectively cache files or\n".
     "    everything inside thumbnail directories.\n".
     "\n".
-    "  config\n".
-    "    Display configuration values.\n".
+    "  config|dump\n".
+    "    Display configuration values (with extra information) or\n".
+    "    \"dump\" current configuration as is.\n".
     "\n";
 }