changeset 182:c0439644da6a

Clarify a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Mar 2018 13:51:18 +0200
parents 86e9931e8e03
children 74889db8e6a2
files mgtool.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgtool.php	Wed Mar 14 13:22:37 2018 +0200
+++ b/mgtool.php	Wed Mar 14 13:51:18 2018 +0200
@@ -315,7 +315,7 @@
 
 
 //
-// Delete given directory, with optional recursiveness.
+// Delete given directory OR file, recursively
 //
 function mgDelete($path, $recurse)
 {