diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-02 09:56:50 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-02 09:56:50 +0000 |
| commit | 7322d59fef7958cc80604309804bc051243b9199 (patch) | |
| tree | 5b2226d33a7f66249b4d2af6e436177c72e4f93f /src/cla_parse.cc | |
| parent | 979a9571b7118822e67735654b36498fb8010c2a (diff) | |
install from local repos! :D
Diffstat (limited to 'src/cla_parse.cc')
| -rw-r--r-- | src/cla_parse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cla_parse.cc b/src/cla_parse.cc index 24b572f..76500fd 100644 --- a/src/cla_parse.cc +++ b/src/cla_parse.cc @@ -21,7 +21,7 @@ code #define NOT_ENOUGH_ARGS(arg, next) \ std::cout << print_error << "Not enough arguments! Try: `pkgit " << arg \ - << " [" << next << "]`" + << " [" << next << "]`" << std::endl void cla_parse(int argc, char **argv) { Pkg pkg; |
