# HG changeset patch # User Claus Gittinger # Date 1478622809 -3600 # Node ID a0c73010fb0fdb2fa27c07ad9a92c7af59cb64f2 # Parent 6452a9e1bae34d2cae6517af046f1b8b6ed9c684 #UI_ENHANCEMENT by cg class: ReadEvalPrintLoop changed: #cmd_show: diff -r 6452a9e1bae3 -r a0c73010fb0f ReadEvalPrintLoop.st --- a/ReadEvalPrintLoop.st Tue Nov 08 17:31:45 2016 +0100 +++ b/ReadEvalPrintLoop.st Tue Nov 08 17:33:29 2016 +0100 @@ -443,7 +443,7 @@ ]. ("showAll or:[" what startsWith:'pack' "]") ifTrue:[ - showAll ifTrue:[ errStream cr; nextPutLine:'Packages:'; nextPutLine:'--------' ]. + showAll ifTrue:[ errStream cr; nextPutLine:'Available Packages:'; nextPutLine:'--------' ]. self showPackages. ok := true. ].