Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel Firmware
Bare Metal Firmware
Commits
dec115f5
Commit
dec115f5
authored
4 years ago
by
Evan Lojewski
Browse files
Options
Download
Email Patches
Plain Diff
main: Fix build failure due to added console help test.
parent
36de56fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.c
main.c
+1
-1
No files found.
main.c
View file @
dec115f5
...
...
@@ -210,7 +210,7 @@ static void help(void)
puts
(
"reboot - reboot BMC CPU"
);
puts
(
"poweron - Turn chassis power on, start IPL, "
"and attach to host console"
);
puts
(
"console - Attach to host console"
)
puts
(
"console - Attach to host console"
)
;
puts
(
"status - Print system status"
);
puts
(
"ipl - Start IPL sequence"
);
puts
(
"chassison - Turn chassis power on and prepare "
...
...
This diff is collapsed.
Click to expand it.
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