From 768a563bad8ca37c2b9fad48aaac56a321921024 Mon Sep 17 00:00:00 2001 From: Joseph Aquino Date: Tue, 14 Apr 2026 06:41:43 +0000 Subject: [PATCH] remove reference to clone command --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 06087a2..e3849ee 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; }