Fix another comment for new var dump sub

This commit is contained in:
Ilia Rostovtsev
2021-09-29 14:46:25 +03:00
parent f9906fa972
commit a586b9ef2b

View File

@@ -6544,9 +6544,9 @@ Write content of a variable or hash/array ref to a file. For internal use only.
webmin_debug_var_dump('ARRAY_NAME', \@array_ref);
webmin_debug_var_dump('VALUE_NAME', $var_name);
Calling as root user `webmin_debug_var_dump('ENV', \%ENV)` will write a file under
Webmin temporary directory with a file name `.debug_webmin_root_hash_ENV` dumping
its content nicely
Calling `webmin_debug_var_dump('ENV', \%ENV)` as root user will write a file under
Webmin temporary directory with a file name `.debug_webmin_root__dump__hash___ENV`
dumping its content nicely
=cut
sub webmin_debug_var_dump