Use user-configured option names in module description
authorMyhailo Danylenko <isbear@ukrpost.net>
Thu, 13 Nov 2014 02:32:01 +0200
changeset 35 7ee07b3cc5f9
parent 34 5b818c7467ad
child 36 57b2c4f84169
Use user-configured option names in module description
cmd.c
--- a/cmd.c	Sun Feb 10 19:25:41 2013 +0200
+++ b/cmd.c	Thu Nov 13 02:32:01 2014 +0200
@@ -42,7 +42,7 @@
 
 #define DESCRIPTION ( \
 	"Sends output of command to buddy\n" \
-	"Recognizes options cmd_shell, cmd_redirect_stderr, cmd_header and cmd_header_inline\n" \
+	"Recognizes options " OPT_CMD_SHELL ", " OPT_CMD_REDIRECT_STDERR ", " OPT_CMD_HEADER " and " OPT_CMD_HEADER_INLINE "\n" \
 	"Provides command /cmd" )
 
 module_info_t info_cmd = {