projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
125ba59
)
no need for more then one printf, makes dmesg unasble
author
wbx
<wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Apr 2005 01:06:18 +0000
(
01:06
+0000)
committer
wbx
<wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Apr 2005 01:06:18 +0000
(
01:06
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@553
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/openwrt/mtd.c
patch
|
blob
|
history
diff --git
a/package/openwrt/mtd.c
b/package/openwrt/mtd.c
index
a0eeb79
..
645ad11
100644
(file)
--- 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':
This page took
0.027302 seconds
and
4
git commands to generate.