summaryrefslogtreecommitdiffstats
path: root/src/mangen.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2013-09-23 11:21:24 +0200
committerPali Rohár <pali.rohar@gmail.com>2013-09-23 11:21:24 +0200
commitd247e9bdc8750f08f469b13f6ff4efa1e03f43eb (patch)
treed4bd13e6e37390c859135060c686bab86df39c19 /src/mangen.c
parentc5d3897e7788d87fc5512eb0dd7dfbdcbf17d621 (diff)
download0xFFFF-d247e9bdc8750f08f469b13f6ff4efa1e03f43eb.tar.bz2
mangen: Add backslash before hyphen
Diffstat (limited to 'src/mangen.c')
-rw-r--r--src/mangen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mangen.c b/src/mangen.c
index 97b5723..d2bf89a 100644
--- a/src/mangen.c
+++ b/src/mangen.c
@@ -22,7 +22,7 @@
#include <string.h>
#define NAME "0xFFFF"
-#define INFO NAME " - Open Free Fiasco Firmware Flasher, version " VERSION
+#define INFO NAME " \\- Open Free Fiasco Firmware Flasher, version " VERSION
#define DESCRIPTION "0xFFFF is Open Free Fiasco Firmware Flasher for Maemo devices. It support generating and unpacking FIASCO images on local computer. Useful for editing Maemo firmware package for future flash. It support via USB flashing any image type to Maemo device and also \"cold\" flashing which means flashing dead device with erased bootloader. There is support for booting kernel via USB without flashing to NAND and also changing configuration of Maemo device (enable/disable R&D mode, changing HW revision strings, ...).\n\n0xFFFF is alternative tool to proprietary Nokia flasher-3.5 and fiasco-gen. 0xFFFF generate compatible FIASCO images and also accept FIASCO images generated by Nokia fiasco-gen."
int main() {