summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2013-04-07 14:23:48 +0200
committerPali Rohár <pali.rohar@gmail.com>2013-04-07 14:23:48 +0200
commit7de5d7fd92d58649d47614729c0ae17e69567c94 (patch)
tree24fc8521df7ac426b26047d02aac3bf10c53bc95 /src/main.c
parent032538ec5acd9f648b237bd04aa9ae0b16868ee7 (diff)
download0xFFFF-7de5d7fd92d58649d47614729c0ae17e69567c94.tar.bz2
main: Fix help title
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 85488f4..c8ae2f9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -37,7 +37,7 @@
#include "operations.h"
static void show_title(void) {
- printf("0xFFFF v%s // The Free Fiasco Firmware Flasher\n", VERSION);
+ printf("0xFFFF v%s // Open Free Fiasco Firmware Flasher\n", VERSION);
}
static void show_usage(void) {