#include "cache.h"
+#include "config.h"
#include "builtin.h"
#include "parse-options.h"
{
int force = 0;
struct option options[] = {
- OPT__FORCE(&force, N_("update the info files from scratch")),
+ OPT__FORCE(&force, N_("update the info files from scratch"), 0),
OPT_END()
};