# HG changeset patch # User Myhailo Danylenko # Date 1415838721 -7200 # Node ID 7ee07b3cc5f92dd0856be30bfac3a860d45507c4 # Parent 5b818c7467ad5fbcb7c49281b3d5fed042ed9a53 Use user-configured option names in module description diff -r 5b818c7467ad -r 7ee07b3cc5f9 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 = {