summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-04 01:06:18 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-04 01:06:18 +0000
commit379792163730acc18419bf57ada87f582c33f821 (patch)
treecd0fb97a7b22aefae6df6aa4974468cf343f211b
parentcf747600a967aab6e42721f745993d9b78558cd3 (diff)
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
-rw-r--r--openwrt/package/openwrt/mtd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/openwrt/package/openwrt/mtd.c b/openwrt/package/openwrt/mtd.c
index a0eeb79b4..645ad1180 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 <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':