Skip to content

Commit

Permalink
Fix example author flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcatfish authored and tekton-robot committed Jan 21, 2021
1 parent 1e0ecc9 commit 1e65bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion teps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The TEP `OWNERS` are the **main** owners of the following projects:
To create a new TEP, use the [teps script](./tools/README.md):

```shell
$ ./teps.py new --title "The title of the TEP" -author nick1 -author nick2
$ ./teps.py new --title "The title of the TEP" --author nick1 --author nick2
```

The script will allocate a new valid TEP number, set the status
Expand Down
2 changes: 1 addition & 1 deletion teps/README.md.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The TEP `OWNERS` are the **main** owners of the following projects:
To create a new TEP, use the [teps script](./tools/README.md):

```shell
$ ./teps.py new --title "The title of the TEP" -author nick1 -author nick2
$ ./teps.py new --title "The title of the TEP" --author nick1 --author nick2
```

The script will allocate a new valid TEP number, set the status
Expand Down

0 comments on commit 1e65bc4

Please sign in to comment.