From 5944dc18a7e8895f5af48e792255b77f9b00cbe5 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 20 Mar 2016 17:36:55 +0100 Subject: doc: examples/openwrt/fastd.init: add help text for custom commands --- doc/examples/openwrt/fastd.init | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/examples/openwrt/fastd.init b/doc/examples/openwrt/fastd.init index b0aa53f..d910725 100644 --- a/doc/examples/openwrt/fastd.init +++ b/doc/examples/openwrt/fastd.init @@ -5,7 +5,18 @@ START=95 SERVICE_USE_PID=1 -EXTRA_COMMANDS="up down show_key generate_key" +EXTRA_COMMANDS='up down show_key generate_key' + +EXTRA_HELP=' + up starts the instances given as additional arguments + down stops the instances given as additional arguments + show_key shows the public keys of the instances given as + additional arguments + generate_key generates the private keys for the instances given as + additional arguments and saves them in the configuration + (when there in no key configured yet) +' + LIST_SEP=" " -- cgit v1.2.3