diff options
Diffstat (limited to 'src/argumentparser.h')
-rw-r--r-- | src/argumentparser.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/argumentparser.h b/src/argumentparser.h index 7674e52..8189b38 100644 --- a/src/argumentparser.h +++ b/src/argumentparser.h @@ -1,17 +1,4 @@ -/* argumentparser.h - Argument parser for ck------------------------*- C -*- - * - * This file is part of ck, the config keeper - * - * --------------------------------------------------------------------- - * - * The code here and in argumentparser.c is responsible for parsing - * the user's input from the command line - * - * Keeps track of what error occured where and provides - * printParserHelp() and printParserError() functions - * to notify the user - * - * ------------------------------------------------------------------ */ +/* argumentparser.h - Argument parser for ck------------------------*- C -*- */ #ifndef ARGUMENTPARSER_H #define ARGUMENTPARSER_H #define INIT_ALIAS \ |