From ace1120eb0b093e626e2cf4b45ae24a0a38421cc Mon Sep 17 00:00:00 2001 From: Robin Krens Date: Thu, 15 Feb 2024 11:11:21 +0100 Subject: [PATCH] README.md: change naming --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46cf35d..d1541f4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ WIP: currently in development mode ## Usage ``` -usage: RAFlasher.py [-h] {write,read,erase,info} ... +usage: raflash [-h] {write,read,erase,info} ... RA Flasher Tool @@ -33,7 +33,7 @@ Commands: ``` Each command has various options. For example, use RAFlasher write -h to see all write options: ``` -usage: RAFlasher.py write [-h] [--start_address START_ADDRESS] [--size SIZE] [--verify] file_name +usage: raflash write [-h] [--start_address START_ADDRESS] [--size SIZE] [--verify] file_name positional arguments: file_name File name -- 2.7.4