commit b2b65d18918be9c20fea979d833febd1ffd2b6e0 from: Stefan Sperling date: Thu Aug 22 20:47:53 2019 UTC fix usage() call in 'got import' commit - b3cd068e5e43ee5e281716ea420c953fad4fac57 commit + b2b65d18918be9c20fea979d833febd1ffd2b6e0 blob - 1c38a3709cb3132eb9f700a8b553b09f50bdfd0c blob + dc83fb12f76947b7bfc4b757eccf6bf68f887e28 --- got/got.c +++ got/got.c @@ -572,7 +572,7 @@ cmd_import(int argc, char *argv[]) goto done; break; default: - usage_init(); + usage_import(); /* NOTREACHED */ } }