Skip to content

Commit

Permalink
Update OpenixCard.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed May 10, 2022
1 parent db6ef8b commit bb15114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenixCard/OpenixCard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void OpenixCard::parse_args(int argc, char **argv) {
.default_value(false)
.implicit_value(true);
parser.add_argument("-i", "--input")
.help("Input Allwinner image file")
.help("Input Allwinner image file or dumped image directory")
.required();

try {
Expand Down

0 comments on commit bb15114

Please sign in to comment.