mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
systemctl: minor output fixes
This commit is contained in:
parent
9754afb211
commit
5f484be061
@ -70,7 +70,7 @@ static const OptionEntry entries[] = {
|
||||
|
||||
int main (string[] args) {
|
||||
|
||||
OptionContext context = new OptionContext("[OPTION...] [COMMAND [ARGUMENT...]]");
|
||||
OptionContext context = new OptionContext("[COMMAND [ARGUMENT...]]");
|
||||
context.add_main_entries(entries, null);
|
||||
context.set_description(
|
||||
"Commands:\n" +
|
||||
@ -85,7 +85,7 @@ int main (string[] args) {
|
||||
" restart [NAME...] Restart on or more units\n" +
|
||||
" reload [NAME...] Reload on or more units\n" +
|
||||
" monitor Monitor unit/job changes\n" +
|
||||
" dump Dump servier status\n" +
|
||||
" dump Dump server status\n" +
|
||||
" snapshot [NAME] Create a snapshot\n" +
|
||||
" daemon-reload Reload daemon configuration\n" +
|
||||
" daemon-reexecute Reexecute daemon\n");
|
||||
|
Loading…
Reference in New Issue
Block a user