summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/Client.cpp')
-rw-r--r--cpp/src/IcePack/Client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IcePack/Client.cpp b/cpp/src/IcePack/Client.cpp
index 17199f49fda..484b1bafba3 100644
--- a/cpp/src/IcePack/Client.cpp
+++ b/cpp/src/IcePack/Client.cpp
@@ -170,6 +170,8 @@ Client::run(int argc, char* argv[])
}
else // No commands, let's use standard input
{
+ p->showBanner();
+
int parseStatus = p->parse(stdin, debug);
if(parseStatus == EXIT_FAILURE)
{