Skip to content

Commit

Permalink
Fix text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed Apr 26, 2022
1 parent fb1ab50 commit afa8ce1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
@@ -1,3 +1,4 @@
2022-04-26: Fix text formatting
2022-04-26: Fix array boundary check when parsing inflections which could result in buffer over-read with corrupt input
2022-04-23: Fix formatting
2022-04-23: Fix checking boundary of deobfuscation key which could cause buffer over-read with corrupt data
Expand Down
1 change: 1 addition & 0 deletions tools/README.md
Expand Up @@ -44,6 +44,7 @@
-s serial set device serial (may be specified multiple times)
-f date set validity period from date (yyyy-mm-dd) when encrypting (inclusive)
-t date set validity period to date (yyyy-mm-dd) when encrypting (inclusive)

Common options:
-o dir save output to dir folder
-h show this usage summary and exit
Expand Down
2 changes: 1 addition & 1 deletion tools/mobidrm.c
Expand Up @@ -51,7 +51,7 @@ static void print_usage(const char *progname) {
printf(" -e encrypt (required)\n");
printf(" -s serial set device serial (may be specified multiple times)\n");
printf(" -f date set validity period from date (yyyy-mm-dd) when encrypting (inclusive)\n");
printf(" -t date set validity period to date (yyyy-mm-dd) when encrypting (inclusive)\n");
printf(" -t date set validity period to date (yyyy-mm-dd) when encrypting (inclusive)\n\n");

printf(" Common options:\n");
printf(" -o dir save output to dir folder\n");
Expand Down

0 comments on commit afa8ce1

Please sign in to comment.