no need for more then one printf, makes dmesg unasble
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@553 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
3944a0647d
commit
7c8159d5a1
|
@ -259,12 +259,6 @@ int main (int argc, char **argv)
|
||||||
boot = 0;
|
boot = 0;
|
||||||
unlock = 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)
|
while ((ch = getopt(argc, argv, "ure:")) != -1)
|
||||||
switch (ch) {
|
switch (ch) {
|
||||||
case 'u':
|
case 'u':
|
||||||
|
|
Loading…
Reference in New Issue