comparison m_option.c @ 25489:52f6429a9ba7

typo: begining --> beginning
author diego
date Sun, 23 Dec 2007 21:22:02 +0000
parents 4f611a555224
children 28b6709b52a2
comparison
equal deleted inserted replaced
25488:74de12ad0c44 25489:52f6429a9ba7
659 const m_option_type_t m_option_type_string_list = { 659 const m_option_type_t m_option_type_string_list = {
660 "String list", 660 "String list",
661 "A list of strings separated by ','\n" 661 "A list of strings separated by ','\n"
662 "Option with a name ending in an * permits using the following suffix: \n" 662 "Option with a name ending in an * permits using the following suffix: \n"
663 "\t-add: Add the given parameters at the end of the list.\n" 663 "\t-add: Add the given parameters at the end of the list.\n"
664 "\t-pre: Add the given parameters at the begining of the list.\n" 664 "\t-pre: Add the given parameters at the beginning of the list.\n"
665 "\t-del: Remove the entry at the given indices.\n" 665 "\t-del: Remove the entry at the given indices.\n"
666 "\t-clr: Clear the list.\n" 666 "\t-clr: Clear the list.\n"
667 "e.g: -vf-add flip,mirror -vf-del 2,5\n", 667 "e.g: -vf-add flip,mirror -vf-del 2,5\n",
668 sizeof(char**), 668 sizeof(char**),
669 M_OPT_TYPE_DYNAMIC | M_OPT_TYPE_ALLOW_WILDCARD, 669 M_OPT_TYPE_DYNAMIC | M_OPT_TYPE_ALLOW_WILDCARD,