no need for more then one printf, makes dmesg unasble

SVN-Revision: 553
This commit is contained in:
Waldemar Brodkorb 2005-04-04 01:06:18 +00:00
parent 53e9b57f20
commit e5415e3c6c

View 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':