docs: Clarity the term "prompt"

Change "prompt" to "shell prompt" for greater clarity.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2019-05-16 17:55:22 +01:00
parent 6a4c7307aa
commit 134471eb40

View File

@ -109,7 +109,7 @@ utility.
- If a document includes commands the user should run, they **MUST** be shown - If a document includes commands the user should run, they **MUST** be shown
in a *bash code block* with every command line prefixed with `$ ` to denote in a *bash code block* with every command line prefixed with `$ ` to denote
a prompt: a shell prompt:
``` ```