From 090ec4ccf45fbde8456e97b6dc099391005079d2 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Mon, 10 May 2004 20:09:58 +0000 Subject: Added banner and show commands to icepackadmin and icestormadmin --- cpp/src/IcePack/Client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/IcePack/Client.cpp') 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) { -- cgit v1.2.3