Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
7bbb3600
Commit
7bbb3600
authored
Apr 10, 2018
by
Christian Hesse
Committed by
Hisham Muhammad
Aug 24, 2018
Browse files
fix option string
This broke with commit
db05ba61
.
parent
4092c90b
Changes
1
Show whitespace changes
Inline
Side-by-side
htop.c
View file @
7bbb3600
...
...
@@ -93,7 +93,7 @@ static CommandLineSettings parseArguments(int argc, char** argv) {
int
opt
,
opti
=
0
;
/* Parse arguments */
while
((
opt
=
getopt_long
(
argc
,
argv
,
"hvCs
t:
:d:u:p:i"
,
long_opts
,
&
opti
)))
{
while
((
opt
=
getopt_long
(
argc
,
argv
,
"hvCs:
t
d:u:p:i"
,
long_opts
,
&
opti
)))
{
if
(
opt
==
EOF
)
break
;
switch
(
opt
)
{
case
'h'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment