summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Admin.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/IceStorm/Admin.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/IceStorm/Admin.cpp')
-rw-r--r--cpp/src/IceStorm/Admin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceStorm/Admin.cpp b/cpp/src/IceStorm/Admin.cpp
index 569eeb790a2..a6ca6864436 100644
--- a/cpp/src/IceStorm/Admin.cpp
+++ b/cpp/src/IceStorm/Admin.cpp
@@ -174,6 +174,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)
{