Ok, I'll give you that... it does mimic the DOS command. It still does not reduce the confusion. Perhaps some better verbage in the manual.
quote:
MOVE
Action
Moves files and renames files and directories.

Syntax
MOVE "source" "destination" [/h] [/s]

/h Moves/renames hidden and system files also.
/s Renames specified files in all subdirectories.

Remarks
Wildcards are supported.
If a file already exists at the destination, it is overwritten without warning.

If I may critique...

Moves files and renames files and directories
It also moves folders so not really precise. Perhaps "Moves and/or renames files and/or directories"

The operations vary depending on whether the source is a file or folder and whether the destination exists.

If the destination folder exists, the source folder will be moved into the destination folder, keeping its original name.

If the destination folder does not exist, the source folder will be renamed to the destination.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.