diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-08 16:12:09 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-08 16:12:09 +0000 |
commit | ddde35476ce7564b54174963be501e202428e45d (patch) | |
tree | 515cdbf82217ac5c3300370e9cc5b804d68b7899 | |
parent | cd62d4556a794881f9be6d48dc9db6e3a8be842c (diff) | |
download | s6-rc-ddde35476ce7564b54174963be501e202428e45d.tar.xz |
Better stubs for s6-rc-update
-rw-r--r-- | doc/s6-rc-update.html | 10 | ||||
-rw-r--r-- | src/s6-rc/s6-rc-update.c | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/s6-rc-update.html b/doc/s6-rc-update.html index 26ebf48..fda6885 100644 --- a/doc/s6-rc-update.html +++ b/doc/s6-rc-update.html @@ -36,11 +36,11 @@ situations it really cannot solve. <h2> Interface </h2> -<pre> - s6-rc-update [ -v <em>verbosity</em> ] -</pre> - -<h2> Options </h2> +<p> + To be written. s6-rc-update is currently the missing piece in the +s6-rc suite, which is the reason why s6-rc has not been officially released +yet. :-) +</p> </body> </html> diff --git a/src/s6-rc/s6-rc-update.c b/src/s6-rc/s6-rc-update.c index 36df243..89db68e 100644 --- a/src/s6-rc/s6-rc-update.c +++ b/src/s6-rc/s6-rc-update.c @@ -9,5 +9,5 @@ int main (int argc, char const *const *argv) { PROG = "s6-rc-update" ; - return 0 ; + strerr_dief1x(100, "this utility has not been written yet.") ; } |