Skip to content

Commit

Permalink
fix epilog
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed May 16, 2023
1 parent a1a4581 commit 285018b
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 @@ -63,7 +63,7 @@ OpenixCard::OpenixCard(int argc, char **argv) {
"\r\nOpenixCard -uc <img> - Unpack Allwinner image to target and generate Allwinner image partition table cfg"
"\r\nOpenixCard -d <img> - Convert Allwinner image to regular image"
"\r\nOpenixCard -p <dir> - pack dumped Allwinner image to regular image from folder"
"\r\nOpenixCard -s <img> - Get the accurate size of Allwinner image\")"
"\r\nOpenixCard -s <img> - Get the accurate size of Allwinner image)"
"\r\n");

if (argc < 2) {
Expand Down

0 comments on commit 285018b

Please sign in to comment.