Fix last commit

This commit is contained in:
angt
2015-12-02 16:08:35 +01:00
parent 2a97e94770
commit 200dd6273f

View File

@@ -669,12 +669,14 @@ int main (int argc, char **argv)
struct option daemon_opts[] = {
{ "fake", NULL, option_option },
{ NULL },
};
struct option retry_opts[] = {
{ "count", &retry_count, option_long },
{ "slope", &retry_slope, option_long },
{ "limit", &retry_limit, option_long },
{ NULL },
};
struct option opts[] = {