Skip to content

Commit

Permalink
Added note about >
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Apr 20, 2016
1 parent 0b13a92 commit 9f7efd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-styleguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is the documentation styleguide for our natural language descriptions used

* Use `backticks` for every code example inside of a normal description. In the CLI, where you cannot use backticks, use 'single quotes' for commands.
* Default settings should always be specified in a new sentence, not in parentheses, at the end. Default: like this.
* For command line arguments, do not include a `$` before commands in man pages. A `$` may be included in READMEs.
* For command line arguments, do not include a `$` or `>` before commands in man pages. Instead, indent. A `$` or `>` may be included in READMEs; prefer `>` over `$`, as it is more universal.

### Acronyms

Expand Down

0 comments on commit 9f7efd2

Please sign in to comment.