attempted markup fix

This commit is contained in:
Trent Mick 2016-06-08 14:49:52 -07:00
parent 3cd11c941e
commit 11cd220c3c
1 changed files with 18 additions and 12 deletions

View File

@ -22,24 +22,30 @@ Known issues:
- Command synopses when argument errors: - Command synopses when argument errors:
$ triton create ```
triton instance create: error (Usage): incorrect number of args $ triton create
> usage: triton instance create [OPTIONS] IMAGE PACKAGE triton instance create: error (Usage): incorrect number of args
> usage: triton instance create [OPTIONS] IMAGE PACKAGE
```
- Option synopsis with option errors: - Option synopsis with option errors:
$ triton image ls --bogus ```
triton image ls: error (Option): unknown option: "--bogus" $ triton image ls --bogus
> usage: triton image ls [ --help | -h ] [ --all | -a ] [ -H ] [ -o field1,... ] triton image ls: error (Option): unknown option: "--bogus"
> [ --long | -l ] [ -s field1,... ] [ --json | -j ] ... > usage: triton image ls [ --help | -h ] [ --all | -a ] [ -H ] [ -o field1,... ]
> [ --long | -l ] [ -s field1,... ] [ --json | -j ] ...
```
- Suggested command name misspellings: - Suggested command name misspellings:
$ triton in ```
triton: error (UnknownCommand): unknown command: "in" $ triton in
> Did you mean this? triton: error (UnknownCommand): unknown command: "in"
> info > Did you mean this?
> inst > info
> inst
```
## 4.12.0 ## 4.12.0