tools/firmware-utils: fix sysupgrade typo in mkdapimg
[openwrt/staging/rmilecki.git] / tools / firmware-utils / src / mkdapimg.c
index ed662d8ecc0b622c8d9f70cfcc5d1d8c86072791..640f42d7c6c91a8bfc423a1a1c0941c87f96548d 100644 (file)
@@ -12,7 +12,7 @@
 
 // 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
 // the leading characters upto the first "-" is the model.