diff options
author | Havoc Pennington <hp@redhat.com> | 2006-10-30 06:29:58 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-10-30 06:29:58 +0000 |
commit | d3440ebe9de8ac9f817ae992244463c197c20f84 (patch) | |
tree | e0aed6766dd13224f875e64384a48279f3a3691d /tools | |
parent | abfdfb2dfb2f2f0317856083dcf6ca71b271c9b9 (diff) |
2006-10-30 Havoc Pennington <hp@redhat.com>
* tools/dbus-launch.1, doc/TODO: capture intent to change the
command line options of dbus-launch a bit post 1.0
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dbus-launch.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/dbus-launch.1 b/tools/dbus-launch.1 index bcc30d7c..68adb2ca 100644 --- a/tools/dbus-launch.1 +++ b/tools/dbus-launch.1 @@ -118,6 +118,11 @@ DBUS_SESSION_BUS_ADDRESS="something:,autolaunch:" - in that case if the first address doesn't work, processes will autolaunch. (The bus address variable contains a comma-separated list of addresses to try.) +.PP +The --autolaunch option is considered an internal implementation +detail of libdbus, and in fact there are plans to change it. There's +no real reason to use it outside of the libdbus implementation anyhow. + .SH OPTIONS The following options are supported: .TP @@ -152,7 +157,8 @@ This option implies that \fIdbus-launch\fP should scan for a previously-started session and reuse the values found there. If no session is found, it will start a new session. The \-\-exit-with-session option is implied if \-\-autolaunch is given. -This option is used by libdbus, you probably do not want to use it manually. +This option is for the exclusive use of libdbus, you do not want to +use it manually. It may change in the future. .TP .I "--sh-syntax" |