diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-23 19:13:22 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-09-23 19:13:22 +0000 |
commit | 047befef9b8ef074d34b05e294d753f6c2751987 (patch) | |
tree | ee0d7329e2abd0b0d24efd14bc25e84f25e48230 /doc/s6-rc-bundle.html | |
parent | b7ab058ecf940dc3c6b5a1ce2d45d9bd6bd293fa (diff) | |
download | s6-rc-047befef9b8ef074d34b05e294d753f6c2751987.tar.xz |
No need for -a in s6-rc -u invocation; remove -X from dryrun print
Diffstat (limited to 'doc/s6-rc-bundle.html')
-rw-r--r-- | doc/s6-rc-bundle.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-rc-bundle.html b/doc/s6-rc-bundle.html index c77f890..7647006 100644 --- a/doc/s6-rc-bundle.html +++ b/doc/s6-rc-bundle.html @@ -64,7 +64,7 @@ option to <tt>./configure</tt>. </li> <li> <tt>-f</tt> : force. s6-rc-bundle will not complain when given a nonexisting name to delete (it will do nothing), or when given an existing name to add (it will replace the definition). -By default, s6-rc-bundle will exit when asked to delete a +By default, s6-rc-bundle will complain and exit when asked to delete a nonexistent name or to add an existing name. </li> </ul> @@ -124,7 +124,7 @@ deleted from the database. </li> <li> One argument that is the name of the bundle to add </li> <li> One block listing the services contained in the new bundle. The names in the block are resolved before any addition -is made to the database. </li> +or deletion is made to the database. </li> </ul> </li> </ul> |