diff options
author | Geoff Levand <geoff@infradead.org> | 2012-03-08 20:48:21 -0800 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2012-03-08 20:51:37 -0800 |
commit | 604a1ccf072f9f33326fb6dc919c1b6233d40866 (patch) | |
tree | 88297738af995f9ea8df78e134d0a2dac111d157 /man | |
parent | ae0ba68f475ae5b057aad6538765bc8702134b9a (diff) | |
download | petitboot-604a1ccf072f9f33326fb6dc919c1b6233d40866.zip petitboot-604a1ccf072f9f33326fb6dc919c1b6233d40866.tar.gz |
Add --start-daemon option to ui programs
Add the option --start-daemon to automatically start
pb-discover if it is not already started. For use
when running as a stand-alone app.
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/petitboot-nc.8 | 6 | ||||
-rw-r--r-- | man/petitboot-twin.8 | 7 |
2 files changed, 12 insertions, 1 deletions
diff --git a/man/petitboot-nc.8 b/man/petitboot-nc.8 index 3135655..4c2bea4 100644 --- a/man/petitboot-nc.8 +++ b/man/petitboot-nc.8 @@ -26,6 +26,7 @@ .Sh SYNOPSIS .\" ======== .Nm +.Op Fl d, -start-daemon .Op Fl h, -help .Op Fl l, -log Ar log-file .Op Fl V, -version @@ -44,6 +45,11 @@ protocols. .\" ======= .Bl -tag -width indent .\" +.It Fl d, -start-daemon +Start pb-discover, the petitboot dynamic device discovery daemon, if it has +not been started. This option is mainly useful when running petitboot as a +stand-alone application. +.\" .It Fl h, -help Print a help message. .\" diff --git a/man/petitboot-twin.8 b/man/petitboot-twin.8 index eef9ff3..25e22d1 100644 --- a/man/petitboot-twin.8 +++ b/man/petitboot-twin.8 @@ -26,10 +26,10 @@ .Sh SYNOPSIS .\" ======== .Nm +.Op Fl d, -start-daemon .Op Fl h, -help .Op Fl l, -log Ar log-file .Op Fl V, -version -.Op Fl V, -version .Op Fl f, -fbdev .Op Fl x, -x11 .\" @@ -47,6 +47,11 @@ protocols. .\" ======= .Bl -tag -width indent .\" +.It Fl d, -start-daemon +Start pb-discover, the petitboot dynamic device discovery daemon, if it has +not been started. This option is mainly useful when running petitboot as a +stand-alone application. +.\" .It Fl h, -help Print a help message. .\" |