Skip to content

Commit

Permalink
beecut: cleanup option definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jul 7, 2011
1 parent d727b11 commit 79131e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/beecut/beecut.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ int main(int argc, char *argv[])
char *opt_append = opt_prepend;

struct option long_options[] = {
{"delimeter", required_argument, 0, 'd'},
{"delimeter", required_argument, 0, OPT_DELIMETER},

{"prepend", required_argument, 0, OPT_PREPEND},
{"append", required_argument, 0, OPT_APPEND},

{"short", no_argument, 0, 's'},
{"short", no_argument, 0, OPT_SHORT},

{"version", no_argument, 0, OPT_VERSION},
{"help", no_argument, 0, OPT_HELP},
Expand Down

0 comments on commit 79131e6

Please sign in to comment.