Add -l option to show full command line (fixes #23)
This commit is contained in:
@@ -59,6 +59,7 @@ bool tracemode = false;
|
||||
bool bughuntmode = false;
|
||||
// sort on sent or received?
|
||||
bool sortRecv = true;
|
||||
bool showcommandline = false;
|
||||
// viewMode: kb/s or total
|
||||
int viewMode = VIEWMODE_KBPS;
|
||||
const char version[] = " version " VERSION;
|
||||
|
||||
Reference in New Issue
Block a user