Show `actual` as potential option of `inspect`

This commit is contained in:
Martin Duhem 2017-07-18 12:00:07 +02:00
parent 2d7ec47b13
commit d267ec487a
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ $LastCommand <key>
val InspectCommand = "inspect"
val inspectBrief =
(s"$InspectCommand [uses|tree|definitions] <key>",
(s"$InspectCommand [tree|uses|definitions|actual] <key>",
"Prints the value for 'key', the defining scope, delegates, related definitions, and dependencies.")
val inspectDetailed = s"""
|$InspectCommand <key>