diff options
-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.") ; } |