mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-05 19:07:06 +03:00
fix option string
This broke with commit db05ba61065f64b59d0014518be0786b5439e54c.
This commit is contained in:
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;
|
int opt, opti=0;
|
||||||
/* Parse arguments */
|
/* 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;
|
if (opt == EOF) break;
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
case 'h':
|
case 'h':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user