diff options
| author | dacctal <dacctalyt@gmail.com> | 2026-04-22 21:50:23 +0000 |
|---|---|---|
| committer | dacctal <dacctalyt@gmail.com> | 2026-04-22 21:50:23 +0000 |
| commit | 0b9cc83f71399a41cf4e93ef82af7c8ba5c2ab96 (patch) | |
| tree | 99c18de95a01cfff16fc0d6e2fa9cfd2f5a4e06d | |
| parent | 932387372d488ce9d6134dd7400abe48a7d97540 (diff) | |
help function doesn't look like garbage now
| -rwxr-xr-x | pkgit | bin | 227176 -> 227176 bytes | |||
| -rw-r--r-- | src/help.cc | 2 |
2 files changed, 1 insertions, 1 deletions
| Binary files differ diff --git a/src/help.cc b/src/help.cc index e20f546..e6a590f 100644 --- a/src/help.cc +++ b/src/help.cc @@ -17,7 +17,7 @@ void help() { std::cout << "\n"; std::cout << " pkgit\n"; std::cout << " "+italic+""+gray+"- package it! -"+color_reset+"\n"; - std::cout << " "+magenta+"v"+version+""+color_reset+"\n"; + std::cout << " "+magenta+"v"+version+""+color_reset+"\n"; std::cout << "\n"; std::cout << ""+red+"subcommands"+color_reset+":\n"; std::cout << ""+color_reset+"├─ "+green+"a"+color_reset+", "+yellow+"add "+blue+"[url, file] "+gray+"# add a repo/repopkg\n"; |
