Console output "Undo: CLAHE (size=10, clip=1.83)" has params reversed relative to CLAHE command

when “undoing / CTRL + Z” CLAHE (from GUI) console reads
Undo: CLAHE (size=10, clip=1.83)

CLAHE command (according to help)
clahe cliplimit tileSize - (it does function correctly)

… and the explanatory verbiage doesn’t match - truncated in " Undo: " - should read:
Undo: CLAHE (cliplimit=1.83, tilesize=10)

Thnks
Craig

The undo does not work for the command, only for the user interface. So there is no real correlation between what you see in the undo and in the command line.