aboutsummaryrefslogtreecommitdiff
path: root/toys/net/microcom.c
AgeCommit message (Collapse)Author
2018-10-20Some more --help consistency.Elliott Hughes
From eyeballing the output of for i in `./toybox | tr " " "\n"` ; do ./toybox $i --help ; done | \ grep '^-' | grep -v "\t"
2018-08-17Make microcom use set_terminal() and move speed setting into set_terminal().Rob Landley
2017-01-25Promote microcom to net.Rob Landley