diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-04 01:06:18 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-04 01:06:18 +0000 |
commit | 8bf683b4afd61cc191c001f28815061e4fd5c8a1 (patch) | |
tree | 393daf6ba7b46aa2d2971287044cb99ff72dac52 /package | |
parent | 125ba59507c676030a930a268753e0bde1e495f9 (diff) |
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-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/openwrt/mtd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/openwrt/mtd.c b/package/openwrt/mtd.c index a0eeb79b4..645ad1180 100644 --- a/package/openwrt/mtd.c +++ b/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': |