mirror of https://github.com/xzeldon/htop.git
parent
e1e3791363
commit
08a9b051c5
2
htop.c
2
htop.c
|
@ -93,7 +93,7 @@ static CommandLineSettings parseArguments(int argc, char** argv) {
|
|||
|
||||
int opt, opti=0;
|
||||
/* Parse arguments */
|
||||
while ((opt = getopt_long(argc, argv, "hvCst::d:u:p:i", long_opts, &opti))) {
|
||||
while ((opt = getopt_long(argc, argv, "hvCs:td:u:p:i", long_opts, &opti))) {
|
||||
if (opt == EOF) break;
|
||||
switch (opt) {
|
||||
case 'h':
|
||||
|
|
Loading…
Reference in New Issue