Skip to content

Commit

Permalink
tools/firmware-utils: fix sysupgrade typo in mkdapimg
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
  • Loading branch information
dedeckeh committed Jan 12, 2019
1 parent 4bd9d33 commit 7197115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/firmware-utils/src/mkdapimg.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


// Usage: mkdapimg [-p] [-m <model>] -s <sig> -i <input> -o <output> // Usage: mkdapimg [-p] [-m <model>] -s <sig> -i <input> -o <output>
// //
// e.g.: mkdapimg -s RT3052-AP-DAP1350-3 -i sysupgarde.bin -o factory.bin // e.g.: mkdapimg -s RT3052-AP-DAP1350-3 -i sysupgrade.bin -o factory.bin
// //
// If the model string <model> is not given, we will assume that // If the model string <model> is not given, we will assume that
// the leading characters upto the first "-" is the model. // the leading characters upto the first "-" is the model.
Expand Down

0 comments on commit 7197115

Please sign in to comment.