stash: convert branch to builtin
[gitweb.git] / builtin / update-server-info.c
index 6c8cc3edc1f5fec4e2aa173f2650a69db5e065f0..4321a344567ed83e6828be41eb150d90c4d7756a 100644 (file)
@@ -1,4 +1,5 @@
 #include "cache.h"
+#include "config.h"
 #include "builtin.h"
 #include "parse-options.h"
 
@@ -11,7 +12,7 @@ int cmd_update_server_info(int argc, const char **argv, const char *prefix)
 {
        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()
        };