t / t4018 / cpp-class-constructor-mem-initon commit new-command.txt: correct the command description file (82f6178)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}