prt-get: fix typo in help, reported by Mark

git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1439 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
This commit is contained in:
Johannes Winkelmann 2006-05-23 21:55:33 +00:00
parent cf34a2777f
commit 1e7028f079
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ void PrtGet::printUsage()
cout << " --all list all dependent packages, not "
<< "only installed" << endl;
cout << " --recursive print recursive listing" << endl;
cout << " --true print recursive tree listing"
cout << " --tree print recursive tree listing"
<< endl;
cout << "\nSEARCHING" << endl;