no need for more then one printf, makes dmesg unasble
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>
Mon, 4 Apr 2005 01:06:18 +0000 (01:06 +0000)
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>
Mon, 4 Apr 2005 01:06:18 +0000 (01:06 +0000)
SVN-Revision: 553

openwrt/package/openwrt/mtd.c

index a0eeb79b4e60edb8b0e4054b75cc049db2f2c5b6..645ad1180953a1024b97bb0ffb3095961afb169e 100644 (file)
@@ -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 <wbx@dass-it.de>,\n"
-       "                   Felix Fietkau <nbd@vd-s.ath.cx>\n"
-       "Documented by Mike Strates [dumpedcore] <mike@dilaudid.net>\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':