Commit b2b65d18918be9c20fea979d833febd1ffd2b6e0

Stefan Sperling 2019-08-22T22:47:53

fix usage() call in 'got import'

1
2
3
4
5
6
7
8
9
10
11
12
13
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 */
 		}
 	}