]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-checkout-index.c
Makefile: Normalize $(bindir) and $(gitexecdir) before comparing
[thirdparty/git.git] / builtin-checkout-index.c
index eb1fc9aa6f7f61a817a198feaf94ca9d983eb14b..71ebabf9903bd90b7da59c47f1c0819b5f25c538 100644 (file)
@@ -154,7 +154,7 @@ static void checkout_all(const char *prefix, int prefix_length)
 }
 
 static const char checkout_cache_usage[] =
-"git-checkout-index [-u] [-q] [-a] [-f] [-n] [--stage=[123]|all] [--prefix=<string>] [--temp] [--] <file>...";
+"git checkout-index [-u] [-q] [-a] [-f] [-n] [--stage=[123]|all] [--prefix=<string>] [--temp] [--] <file>...";
 
 static struct lock_file lock_file;