public
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
Specify [FILE...] for arguments in help message.
jgm (author)
Mon Jun 16 20:28:41 -0700 2008
commit  56d714476b5a4d44bb185136d7bb628a75111bf6
tree    a134f7f9c61287794fe807f723e8d5429d6b20c7
parent  93f24a2fdf1e3ab0011ca594b190ec5099e8a2c5
...
97
98
99
100
 
101
102
103
...
97
98
99
 
100
101
102
103
0
@@ -97,7 +97,7 @@ int main(int argc, char * argv[]) {
0
     GOptionContext *context;
0
     GOptionGroup *ext_group;
0
 
0
- context = g_option_context_new ("- convert markdown-formatted text");
0
+ context = g_option_context_new ("[FILE...]");
0
     g_option_context_add_main_entries (context, entries, NULL);
0
     ext_group = g_option_group_new ("extensions", "Syntax extensions", "show available syntax extensions", NULL, NULL);
0
     g_option_group_add_entries (ext_group, ext_entries);

Comments

    No one has commented yet.