Add the 'set' command to hphpd help, adjust tutorial on '='
commit61a61b54cc33239daf1ac48194dbda3eedb253a4
authorMike Magruder <mikemag@fb.com>
Thu, 12 Sep 2013 20:05:11 +0000 (12 13:05 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 13 Sep 2013 19:35:39 +0000 (13 12:35 -0700)
treef2ddc7356f3778c3c0258002806a389a4c72b9bd
parent78fba72e2d03e2c5ac05d6600cb1788806b86ab8
Add the 'set' command to hphpd help, adjust tutorial on '='

Added the set command to the overall list of commands shown in the help. Removed extra equals sign from the tutorial printed when the output from '=' is too long, which was confusing people about how 'set cc' works.

Reviewed By: @hermanventer

Differential Revision: D967395
hphp/runtime/debugger/cmd/cmd_help.cpp
hphp/runtime/debugger/cmd/cmd_variable.cpp