remove reference to clone command
This commit is contained in:
parent
1b701100ef
commit
768a563bad
|
|
@ -7,7 +7,7 @@ int main(const int argc, const char** argv)
|
|||
{
|
||||
if (argc < 2)
|
||||
{
|
||||
std::cerr << "please provide a command: init, cat-file, hash-object, ls-tree, write-tree, clone\n";
|
||||
std::cerr << "please provide a command: init, cat-file, hash-object, ls-tree, write-tree\n";
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue