prt-get: added depinst to help command

git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@445 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
This commit is contained in:
Simone Rota 2005-12-24 08:57:26 +00:00
parent d8c1e157ab
commit 18fe92ef97

View File

@ -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;