From: Waldemar Brodkorb Date: Mon, 4 Apr 2005 01:06:18 +0000 (+0000) Subject: no need for more then one printf, makes dmesg unasble X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0301cb3ad86a1acbb8306c49f69bdfc80b27f88b;p=15.05%2Fopenwrt.git no need for more then one printf, makes dmesg unasble git-svn-id: svn://svn.openwrt.org/openwrt/trunk@553 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/openwrt/mtd.c b/openwrt/package/openwrt/mtd.c index a0eeb79b4e..645ad11809 100644 --- a/openwrt/package/openwrt/mtd.c +++ b/openwrt/package/openwrt/mtd.c @@ -259,12 +259,6 @@ int main (int argc, char **argv) boot = 0; unlock = 0; - printf("mtd: Modify data within a Memory Technology Device.\n" - "Copyright (C) 2005 Waldemar Brodkorb ,\n" - " Felix Fietkau \n" - "Documented by Mike Strates [dumpedcore] \n" - "mtd has ABSOLUTELY NO WARRANTY and is licensed under the GNU GPL.\n\n"); - while ((ch = getopt(argc, argv, "ure:")) != -1) switch (ch) { case 'u':