diff --git a/src/ruiji.c b/src/ruiji.c index 6114b5a..ab38688 100644 --- a/src/ruiji.c +++ b/src/ruiji.c @@ -6,19 +6,13 @@ #include "interface.h" -#define VERSION "0.2" +#define VERSION "0.3" #define IQDB_URL "https://iqdb.org" #define IQDB_UPLOAD_FIELD "file" #define DANBOORU_SOURCE_ID "Size: showhelp = 0; arg_opt->showversion = 0; arg_opt->threshold = 0; - arg_opt->file = "file.png"; } @@ -98,8 +91,7 @@ error_t parse_opt(int key, char *arg, struct argp_state *state) static struct argp ruiji_args = { - options, parse_opt, - 0, ruiji_doc + options, parse_opt };