summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/Client.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2004-05-10 20:09:58 +0000
committerBernard Normier <bernard@zeroc.com>2004-05-10 20:09:58 +0000
commit090ec4ccf45fbde8456e97b6dc099391005079d2 (patch)
tree44b503f7ca07815c6fec905687c85bc921500f8f /cpp/src/IcePack/Client.cpp
parentAdded slice2cs to the "all" project and fixed a header file bug. (diff)
downloadice-090ec4ccf45fbde8456e97b6dc099391005079d2.tar.bz2
ice-090ec4ccf45fbde8456e97b6dc099391005079d2.tar.xz
ice-090ec4ccf45fbde8456e97b6dc099391005079d2.zip
Added banner and show commands to icepackadmin and icestormadmin
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)
{