Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
"-channel A" means "apply all following operations to just the Alpha channel". "+channel" means "set the default, which is that all following operations apply to all channels".
In this case it is superfluous, but good practice is: whenever you have a "-channel", you should always have a "+channel" somewhere.