1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 18:55:09 +03:00

systemctl: minor output fixes

This commit is contained in:
Lennart Poettering 2010-04-24 03:03:58 +02:00
parent 9754afb211
commit 5f484be061

View File

@ -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");