Переглянути джерело

tools/firmware-utils: fix sysupgrade typo in mkdapimg

Signed-off-by: Hans Dedecker <[email protected]>
Hans Dedecker 6 роки тому
батько
коміт
0cef35f096
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      tools/firmware-utils/src/mkdapimg.c

+ 1 - 1
tools/firmware-utils/src/mkdapimg.c

@@ -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.