summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-09 21:13:13 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-09 21:13:13 +0200
commit603a64757d30ef4e3ece0b34777f7b116d8b0545 (patch)
treeee4e385e686565245e6321251cb78f3e36a3938a /src/main.c
parent2002ba27a264d16b09f82c1bb197f576f051102e (diff)
download0xFFFF-603a64757d30ef4e3ece0b34777f7b116d8b0545.tar.bz2
Remove old serial.c code
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index e05e06a..6e9338d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -200,7 +200,7 @@ void show_usage()
printf(" -Q enter shared queues server mode (for gui or remote)\n");
#endif
printf ("Local stuff:\n"
- " -s [serial] serial port console (minicom like terminal)\n"
+// " -s [serial] serial port console (minicom like terminal)\n"
" -h show this help message\n"
" -S [subversion] unpacks/flash pieces matching this sub-version information\n"
" -n do not flash or write to disk (simulation)\n"
@@ -480,8 +480,8 @@ int main(int argc, char **argv)
case 'e':
reverseto = optarg;
break;
- case 's':
- return console(optarg);
+// case 's':
+// return console(optarg);
// case 'u':
// fiasco_image = optarg;
// unpack = 1;