From 1e7028f07979186a6fe003770b34b00b1016d4c8 Mon Sep 17 00:00:00 2001 From: Johannes Winkelmann Date: Tue, 23 May 2006 21:55:33 +0000 Subject: [PATCH] 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 --- src/prtget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prtget.cpp b/src/prtget.cpp index 78e79f0..fef2afe 100644 --- a/src/prtget.cpp +++ b/src/prtget.cpp @@ -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;