diff options
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/amgc_skin_default.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/skin/amgc_skin_default.c b/src/skin/amgc_skin_default.c index 865231e..a984982 100644 --- a/src/skin/amgc_skin_default.c +++ b/src/skin/amgc_skin_default.c @@ -11,11 +11,11 @@ "iso9899:2011" const struct argv_option amgc_default_options[] = { - {"version", 'v',TAG_VERSION,ARGV_OPTARG_NONE,0,0, - "show version information"}, + {"version", 'v',TAG_VERSION,ARGV_OPTARG_NONE,0,0, + "show version information"}, - {"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,"short|long",0, - "show usage information [listing %s options only]"}, + {"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,"short|long",0, + "show usage information [listing %s options only]"}, {"std", 'g',TAG_LANG_STD,ARGV_OPTARG_REQUIRED,AMGC_LANG_STD_PARADIGM,0, "set language standard"}, |