summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-06-23 10:49:09 +0800
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-26 15:23:11 +0100
commit8aa07c7e489c44dd6fe3199558ffb5401f0bdeab (patch)
tree7f7bdb9151fc9c3c4aeee61ae8f4ccdb369b1ae9 /tools
parent973684f02290cfda7552cc0d1a87c5767660550f (diff)
downloaddbus-8aa07c7e489c44dd6fe3199558ffb5401f0bdeab.tar.gz
dbus-launch: align document
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66068
Diffstat (limited to 'tools')
-rw-r--r--tools/dbus-launch.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/dbus-launch.c b/tools/dbus-launch.c
index 86d325f9..99143a62 100644
--- a/tools/dbus-launch.c
+++ b/tools/dbus-launch.c
@@ -182,7 +182,10 @@ verbose (const char *format,
static void
usage (int ecode)
{
- fprintf (stderr, "dbus-launch [--version] [--help] [--sh-syntax] [--csh-syntax] [--auto-syntax] [--exit-with-session]\n");
+ fprintf (stderr, "dbus-launch [--version] [--help] [--sh-syntax]"
+ " [--csh-syntax] [--auto-syntax] [--binary-syntax] [--close-stderr]"
+ " [--exit-with-session] [--autolaunch=MACHINEID]"
+ " [--config-file=FILENAME] [PROGRAM] [ARGS...]\n");
exit (ecode);
}