This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Description
What
In http://zero-to-hero.engineerbetter.com/labs/state/, the --no-start flag is rendered as –no-start.
Why is this a problem
cf push doesn't complain when providing a -no-start flag. It looks like it worked... until the start fails. This confused a student and myself at a zero for hero for underrepresented groups, and it wasn't obvious because an en dash is hard to distinguish from a single normal dash.
Why is this happening
https://github.com/cloudfoundry/summit-training-classes/blob/master/basics/site/content/labs/state.md does say --no-start. Presumably Hugo or its Markdown engine is munging the -- into an en dash.
I couldn't get the lab HTML files to build so I can't submit a PR, but I wonder if a tactically-deployed backslash might fix this.