summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-11-08 17:17:50 +0000
committerjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2015-11-08 17:17:50 +0000
commit78376bce41b8033e360a383d2b76af3b21f0e413 (patch)
tree9eeb1d9a3fc3f6d41083aaa9c6822f27b6e16052 /utils
parent669badf5e361af3f1f3dfa63ac9eca274343884d (diff)
downloadfpc-78376bce41b8033e360a383d2b76af3b21f0e413.tar.gz
--- Merging r32224 into '.':
U packages/fppkg/src/pkgmessages.pp U packages/fppkg/src/pkgcommands.pp U utils/fppkg/fppkg.pp --- Recording mergeinfo for merge of r32224 into '.': U . # revisions: 3222 git-svn-id: http://svn.freepascal.org/svn/fpc/branches/fixes_3_0@32273 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'utils')
-rw-r--r--utils/fppkg/fppkg.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/fppkg/fppkg.pp b/utils/fppkg/fppkg.pp
index 231f0c5be7..9b646a4e6d 100644
--- a/utils/fppkg/fppkg.pp
+++ b/utils/fppkg/fppkg.pp
@@ -110,6 +110,7 @@ begin
Writeln(' archive Create archive of package');
Writeln(' download Download package');
Writeln(' convertmk Convert Makefile.fpc to fpmake.pp');
+ Writeln(' info Show more information about a package');
Writeln(' fixbroken Recompile all (broken) packages with changed dependencies');
Writeln(' listsettings Show the values for all fppkg settings');
// Writeln(' addconfig Add a compiler configuration for the supplied compiler');