]> git.ipfire.org Git - location/libloc.git/blobdiff - src/python/location-importer.in
Bump database version to "1"
[location/libloc.git] / src / python / location-importer.in
index 9e1270476481431e8ccb1fd099c93c8bffcbdfaf..eb4a303b80aa0d375f3184e893f2cf8981a154ed 100644 (file)
@@ -70,6 +70,7 @@ class CLI(object):
                write.add_argument("--vendor", nargs="?", help=_("Sets the vendor"))
                write.add_argument("--description", nargs="?", help=_("Sets a description"))
                write.add_argument("--license", nargs="?", help=_("Sets the license"))
+               write.add_argument("--version", type=int, help=_("Database Format Version"))
 
                # Update WHOIS
                update_whois = subparsers.add_parser("update-whois", help=_("Update WHOIS Information"))