From d247e9bdc8750f08f469b13f6ff4efa1e03f43eb Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Mon, 23 Sep 2013 11:21:24 +0200 Subject: mangen: Add backslash before hyphen --- src/mangen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mangen.c') 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 #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() { -- cgit v1.2.3