This commit is contained in:
Kai Vogelgesang 2020-07-07 04:37:35 +02:00
parent 8355faffad
commit a5eb903c90

View File

@ -98,7 +98,7 @@ if #args == 0 then
end
end
print("Done. " .. success_count .. " out of " .. count .. "files synced.")
print("Done. " .. success_count .. " out of " .. count .. " files synced.")
elseif args[1] == "sync" then
local usage = "gitgud sync <repo path> <local path>"