This works:
move -x 0 -y 0 -z 0 pCube.scalePivot pCube.rotatePivot ;
This doesn't:
move -x 0 pCube.scalePivot pCube.rotatePivot ;
It throws the error: Invalid argument: pCube.scalePivot
I've even tried copying everything from when echo all commands is on and it still throws that error.