commit - 72ea6654e747de4879e06bd45e50ea7d9f5b7ed6
commit + 09ea71bad2befccc590048e27bc32911faa5c158
blob - d3e564d4699851132f9a64ad9d11d4e5f5bc7643
blob + 50fbe74615a591d44b3910961c12101fd22bb7c3
--- got/got.1
+++ got/got.1
.Nm
are as follows:
.Bl -tag -width checkout
-.It Cm init Ar path
+.It Cm init Ar repository-path
Create a new empty repository at the specified
-.Ar path .
+.Ar repository-path .
.Pp
After
.Cm got init ,
blob - 90f2c5558432c2c95b5ee07a924b9fb1bacb2c90
blob + 5d3cf66c9beb5bfe01e92ef6314d49a14c3b4870
--- got/got.c
+++ got/got.c
__dead static void
usage_init(void)
{
- fprintf(stderr, "usage: %s init path\n", getprogname());
+ fprintf(stderr, "usage: %s init repository-path\n", getprogname());
exit(1);
}