remove reference to clone command

This commit is contained in:
Joseph Aquino 2026-04-14 06:41:43 +00:00
parent 1b701100ef
commit 768a563bad
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ int main(const int argc, const char** argv)
{ {
if (argc < 2) 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; return 1;
} }