diff options
author | Simone Rota <sip@crux.nu> | 2005-12-24 08:57:26 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2005-12-24 08:57:26 +0000 |
commit | 18fe92ef971a9cdd1a03dfe6ad1df4f61c641f2e (patch) | |
tree | 4b9f30de439e307990b5755cd064abf091351716 | |
parent | d8c1e157ab01cb214872b5e4606d92dfd8495650 (diff) | |
download | prt-get-18fe92ef971a9cdd1a03dfe6ad1df4f61c641f2e.tar.gz prt-get-18fe92ef971a9cdd1a03dfe6ad1df4f61c641f2e.tar.xz |
prt-get: added depinst to help command
git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@445 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
-rw-r--r-- | src/prtget.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/prtget.cpp b/src/prtget.cpp index a3bbe1a..9310cc4 100644 --- a/src/prtget.cpp +++ b/src/prtget.cpp @@ -158,7 +158,9 @@ void PrtGet::printUsage() cout << " update [opt] <port1 port2...> update ports" << endl; cout << " grpinst [opt] <port1 port2...> install ports, stop on error" << endl; - cout << " remove [opt] <port1 port2...> remove ports" + cout << " depinst [opt] <port1 port2...> install ports and their dependencies" + << endl; + cout << " remove [opt] <port1 port2...> remove ports" << endl; cout << " where opt can be:" << endl; cout << " -f, -fi force installation" << endl; |