Merge pull request #3335 from Duhemm/topic/inspect-help

Show `actual` as potential option of `inspect`
This commit is contained in:
Dale Wijnand 2017-07-26 16:34:26 +01:00 committed by GitHub
commit 3eb9443856
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>