From: Lennart Poettering Date: Sat, 24 Apr 2010 01:03:58 +0000 (+0200) Subject: systemctl: minor output fixes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f484be061ab01e613b742fb6db9ba1a71ab0d28;p=people%2Fms%2Fsystemd.git systemctl: minor output fixes --- diff --git a/systemctl.vala b/systemctl.vala index 10bb0ea..388ab7d 100644 --- a/systemctl.vala +++ b/systemctl.vala @@ -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");