diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-16 21:14:34 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-16 21:14:34 +0200 |
commit | 17c09be9112c874c1b72e2f43278769058016cc4 (patch) | |
tree | 7d5e5f2351e8b4d7d631fbf83ff596d9a43b2e6b /doc/bus-create.1 | |
parent | m fix doc (diff) | |
download | bus-17c09be9112c874c1b72e2f43278769058016cc4.tar.gz bus-17c09be9112c874c1b72e2f43278769058016cc4.tar.bz2 bus-17c09be9112c874c1b72e2f43278769058016cc4.tar.xz |
add -x option to create command, and -n option to broadcast command
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/bus-create.1')
-rw-r--r-- | doc/bus-create.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bus-create.1 b/doc/bus-create.1 index 8282413..f50ad97 100644 --- a/doc/bus-create.1 +++ b/doc/bus-create.1 @@ -3,11 +3,17 @@ bus create - Create a bus .SH SYNOPSIS .B bus create +.IR [options] +[--] .IR [pathname] .SH DESCRIPTION Create a bus with an associated \fIpathname\fP. If \fIpathname\fP, a random pathname in \fI$XDG_RUNTIME_DIR/bus\fP will be created and printed to stdout. +.SH OPTIONS +.TP +.B \-x +Fail if the \fIpathname\fP already exists. .SH EXIT STATUS .TP 0 |