tools: Add filesystem action examples to pyboard.py help.
Signed-off-by: Brianna Laugher <brianna.laugher@gmail.com>
This commit is contained in:
committed by
Damien George
parent
701fdcacaf
commit
d128999938
@@ -651,7 +651,11 @@ def main():
|
||||
help="Do not follow the output after running the scripts.",
|
||||
)
|
||||
cmd_parser.add_argument(
|
||||
"-f", "--filesystem", action="store_true", help="perform a filesystem action"
|
||||
"-f",
|
||||
"--filesystem",
|
||||
action="store_true",
|
||||
help="perform a filesystem action: "
|
||||
"cp local :device | cp :device local | cat path | ls [path] | rm path | mkdir path | rmdir path",
|
||||
)
|
||||
cmd_parser.add_argument("files", nargs="*", help="input files")
|
||||
args = cmd_parser.parse_args()
|
||||
|
||||
Reference in New Issue
Block a user