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
d07b043e
Commit
d07b043e
authored
Sep 08, 2011
by
Hisham Muhammad
Browse files
Fix --sort-key=help
parent
bb3e773c
Changes
1
Hide whitespace changes
Inline
Side-by-side
htop.c
View file @
d07b043e
...
...
@@ -295,7 +295,7 @@ int main(int argc, char** argv) {
printVersionFlag
();
break
;
case
's'
:
if
(
strcmp
(
optarg
,
"help"
))
{
if
(
strcmp
(
optarg
,
"help"
)
==
0
)
{
for
(
int
j
=
1
;
j
<
LAST_PROCESSFIELD
;
j
++
)
printf
(
"%s
\n
"
,
Process_fieldNames
[
j
]);
exit
(
0
);
...
...
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