X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo.h;h=9d9c5044db9a8c0fa4061bcd579f861c353d54ea;hp=671fc01c7f6b4269d30c7214d8ec29fef7cfb4e6;hb=815bff104d37c61f65bc776eaeeb77f8a1406a1a;hpb=48f1fc440eb53b0efb7c1beaba396e81b8bcb1ab diff --git a/ggo.h b/ggo.h index 671fc01c..9d9c5044 100644 --- a/ggo.h +++ b/ggo.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2013 Andre Noll + * Copyright (C) 2008-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -33,19 +33,17 @@ struct ggo_help { enum ggo_print_help_flags { /** Whether to print the short help or the detailed help. */ GPH_DETAILED = 1 << 0, - /** Print the program or module name, git version and codename. */ - GPH_PRINT_NAME_VERSION = 1 << 1, + /** Print the program or module name and the purpose text. */ + GPH_PRINT_NAME_PURPOSE = 1 << 1, /** Print the synopsis. */ GPH_PRINT_USAGE = 1 << 2, /** Print the description text. */ GPH_PRINT_DESCRIPTION = 1 << 3, - /** Print the purpose text. */ - GPH_PRINT_PURPOSE = 1 << 4, }; /** Used to print the normal help of programs (--help) */ #define GPH_STANDARD_FLAGS \ - (GPH_PRINT_NAME_VERSION | GPH_PRINT_PURPOSE | GPH_PRINT_USAGE) + (GPH_PRINT_NAME_PURPOSE | GPH_PRINT_USAGE) /** Additional information for --detailed-help. */ #define GPH_STANDARD_FLAGS_DETAILED \