Updating bash_completions to clarify markdown (#442)

"Plural form and shortcuts for nouns" section had a stray backtick, making Markdown rendering for code examples strange. Removed said backtick.
This commit is contained in:
G. Hussain Chinoy 2017-05-11 09:04:35 -06:00 committed by Albert Nigmatzianov
parent 1362f95a8d
commit 4673102358

View file

@ -106,7 +106,7 @@ node pod replicationcontroller service
If your nouns have a number of aliases, you can define them alongside `ValidArgs` using `ArgAliases`:
```go`
```go
argAliases []string = { "pods", "nodes", "services", "svc", "replicationcontrollers", "rc" }
cmd := &cobra.Command{