aboutsummaryrefslogtreecommitdiff
path: root/src/cla_parse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cla_parse.cc')
-rw-r--r--src/cla_parse.cc2
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;