fix usage() call in 'got import'
diff --git a/got/got.c b/got/got.c
index 1c38a37..dc83fb1 100644
--- a/got/got.c
+++ b/got/got.c
@@ -572,7 +572,7 @@ cmd_import(int argc, char *argv[])
goto done;
break;
default:
- usage_init();
+ usage_import();
/* NOTREACHED */
}
}