diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-05-23 21:55:33 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-05-23 21:55:33 +0000 |
commit | 1e7028f07979186a6fe003770b34b00b1016d4c8 (patch) | |
tree | d00e7525e35a07c4bc6b701be89f55c0e0d79466 | |
parent | cf34a2777f6813936eb3d422e997aba14d1b9db5 (diff) | |
download | prt-get-1e7028f07979186a6fe003770b34b00b1016d4c8.tar.gz prt-get-1e7028f07979186a6fe003770b34b00b1016d4c8.tar.xz |
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
-rw-r--r-- | src/prtget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |