From: Behdad Esfahbod Date: Fri, 1 Apr 2011 18:19:10 +0000 (-0400) Subject: Sort options for clarity X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f48ff19b629070d13cee3c0eeeb06c98992f93c6;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Sort options for clarity --- diff --git a/src/hb-view.c b/src/hb-view.c index fd9fec7..bb405f7 100644 --- a/src/hb-view.c +++ b/src/hb-view.c @@ -90,16 +90,16 @@ parse_opts (int argc, char **argv) { int option_index = 0, c; static struct option long_options[] = { - {"help", 0, 0, 'h'}, - {"version", 0, 0, 'v'}, - {"margin", 1, 0, 'm'}, - {"line-space", 1, 0, 'l'}, + {"background", 1, 0, 'B'}, {"font-size", 1, 0, 's'}, {"foreground", 1, 0, 'F'}, - {"background", 1, 0, 'B'}, + {"help", 0, 0, 'h'}, {"language", 1, 0, 'L'}, - {"script", 1, 0, 'S'}, + {"line-space", 1, 0, 'l'}, + {"margin", 1, 0, 'm'}, {"output", 1, 0, 'o'}, + {"script", 1, 0, 'S'}, + {"version", 0, 0, 'v'}, {0, 0, 0, 0} };