Clarification of "destination" CLI flag

Hugo Static Site Generator v0.18.1 BuildDate: 2016-12-30T06:32:43-03:30

What’s the expectation of the output path when specified via CLI?

-d, --destination string filesystem path to write files to

I’d expect that running hugo -s path/to/the/source -d destination/path/ would publish to “./destination/path”.

Instead, it publishes to “./path/to/the/source/destination/path”.

If it’s behaving as designed, I think it’s worth clarifying the help and documentation.