Update and rename data_read_pwd_mem_spiffs.lua to data_readpwdmem-spiffs.lua
This commit is contained in:
committed by
Philippe Teuwen
parent
4f7b1453cc
commit
94ae877f93
@@ -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 data_read_pwd_mem_spiffs
|
||||
script run data_readpwdmem-spiffs
|
||||
|
||||
-- This will read the other.log file in SPIFFS and print the stored passwords
|
||||
script run data_read_pwd_mem_spiffs -f other.log
|
||||
script run data_readpwdmem-spiffs -f other.log
|
||||
|
||||
-- This will delete the hf_bog.log file from SPIFFS
|
||||
script run data_read_pwd_mem_spiffs -r
|
||||
script run data_readpwdmem-spiffs -r
|
||||
]]
|
||||
usage = [[
|
||||
script run data_read_pwd_mem_spiffs [-h] [-f <filename>] [-r]
|
||||
script run data_readpwdmem-spiffs [-h] [-f <filename>] [-r]
|
||||
]]
|
||||
arguments = [[
|
||||
-h : this help
|
||||
Reference in New Issue
Block a user