Skip to content

Commit

Permalink
eeprom_tool: helper correction
Browse files Browse the repository at this point in the history
Signed-off-by: rbudai98 <[email protected]>
  • Loading branch information
rbudai98 committed Jan 10, 2022
1 parent 1b6aab1 commit 6a6ab0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/eeprom-tool/cli_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include "cli_helper.h"

const char *helpString = R"V0G0N(
Usage: eeprom-tool [(-u | -m | -e <ip>)] [-n <eeprom_name>] (-h | -l | -w <file_path> | -r <file_path>)
Usage: eeprom-tool [(-u | -m | -n <ip>)] [-e <eeprom_name>] (-h | -l | -w <file_path> | -r <file_path>)
Reads or writes the contents of the eeprom memory to or from a file. The connection interface may be mipi, local or network.
If none is specified the tool tries usb and local.
Expand Down

0 comments on commit 6a6ab0a

Please sign in to comment.