From bd44c5324754279f9e260b6cf137e5c81ef6c39f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlin=20S=C3=B6=C3=B6se?= <30473690+msoose@users.noreply.github.com> Date: Thu, 13 Aug 2020 10:54:03 -0600 Subject: [PATCH] Update and rename read_pwd_mem_spiffs.lua to data_read_pwd_mem_spiffs.lua --- ...ad_pwd_mem_spiffs.lua => data_read_pwd_mem_spiffs.lua} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename client/luascripts/{read_pwd_mem_spiffs.lua => data_read_pwd_mem_spiffs.lua} (92%) diff --git a/client/luascripts/read_pwd_mem_spiffs.lua b/client/luascripts/data_read_pwd_mem_spiffs.lua similarity index 92% rename from client/luascripts/read_pwd_mem_spiffs.lua rename to client/luascripts/data_read_pwd_mem_spiffs.lua index ae2f0ba99..11204a9d8 100644 --- a/client/luascripts/read_pwd_mem_spiffs.lua +++ b/client/luascripts/data_read_pwd_mem_spiffs.lua @@ -11,16 +11,16 @@ It was meant to be used as a help tool after using the BogRun standalone mode. ]] example = [[ -- This will read the hf_bog.log file in SPIFFS and print the stored passwords - script run read_pwd_mem_spiffs + script run data_read_pwd_mem_spiffs -- This will read the other.log file in SPIFFS and print the stored passwords - script run read_pwd_mem_spiffs -f other.log + script run data_read_pwd_mem_spiffs -f other.log -- This will delete the hf_bog.log file from SPIFFS - script run read_pwd_mem_spiffs -r + script run data_read_pwd_mem_spiffs -r ]] usage = [[ - script run read_pwd_mem_spiffs [-h] [-f ] [-r] + script run data_read_pwd_mem_spiffs [-h] [-f ] [-r] ]] arguments = [[ -h : this help