summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
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;