Dear Stata users,

I installed a community contributed command -revrs- (SSC) written by Kyle Longest. I make a copy of this program (named reverse) and a copy of help file as well. However, when I type -help reverse-, Stata cannot find the right help file, and gives me error informations. The following is my copies of program and help file.

Copy of -revrs- and saved as reverse.ado
Code:
*!revrs v1.0.1 12apr2007
*Author: Kyle C Longest, klongest@email.unc.edu
*Reorders categorical variables and maintains value labels

program define reverse

revrs `0'

end
Copy of its help file and saved as reverse.hlp (or reverse.sthlp)
Code:
.h revrs
Here are results when I type -help reverse- Array