summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-24 00:08:42 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-24 00:08:42 +0200
commit2e33c4331f9f1169645e4b2e9c7c8861454f6b51 (patch)
tree670aed78a63779ac79fc02ba06d774cc172f5010 /src/install.c
parent2218198b73ea3f73cee1238e0f6dfd313f182f48 (diff)
minor fixes to help texts
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/install.c b/src/install.c
index e59e108c02..0c9f086663 100644
--- a/src/install.c
+++ b/src/install.c
@@ -59,13 +59,13 @@ Hashmap *will_install = NULL, *have_installed = NULL;
static int help(void) {
- printf("%s [options]\n\n"
+ printf("%s [OPTIONS...] {COMMAND} ...\n\n"
"Install init system units.\n\n"
" -h --help Show this help\n"
" --force Override existing links\n"
" --system Install into system\n"
" --session Install into session\n"
- " --global Install into all sessions\n"
+ " --global Install into all sessions\n\n"
"Commands:\n"
" enable [NAME...] Enable one or more units\n"
" disable [NAME...] Disable one or more units\n"