X-Git-Url: https://jxself.org/git/?p=skeinsum.git;a=blobdiff_plain;f=skein_cli.c;h=82b2ae3a59922be03c84ee35dba4548c272e2899;hp=011f98f746b03a04f7aefe2dedf523dd2aad8430;hb=b2515452a0850b7b150e1b8dbfdbd3e9cfb1ea6b;hpb=e51312b923ee11adcc9b9f7c63385e7660de136f diff --git a/skein_cli.c b/skein_cli.c index 011f98f..82b2ae3 100644 --- a/skein_cli.c +++ b/skein_cli.c @@ -52,14 +52,14 @@ enum static struct option const long_options[] = { - { "binary", no_argument, NULL, 'b' }, - { "check", no_argument, NULL, 'c' }, - { "quiet", no_argument, NULL, QUIET_OPTION }, - { "status", no_argument, NULL, STATUS_OPTION }, - { "text", no_argument, NULL, 't' }, - { "warn", no_argument, NULL, 'w' }, - { "tag", no_argument, NULL, TAG_OPTION }, - { "help", no_argument, NULL, HELP_OPTION }, + { "binary", no_argument, NULL, 'b' }, + { "check", no_argument, NULL, 'c' }, + { "quiet", no_argument, NULL, QUIET_OPTION }, + { "status", no_argument, NULL, STATUS_OPTION }, + { "text", no_argument, NULL, 't' }, + { "warn", no_argument, NULL, 'w' }, + { "tag", no_argument, NULL, TAG_OPTION }, + { "help", no_argument, NULL, HELP_OPTION }, { "version", no_argument, NULL, VERSION_OPTION }, { NULL, 0, NULL, 0 } };