Skip to content

Commit a925f3c

Browse files
committed
Avoid using obsolete option as example
1 parent 216c656 commit a925f3c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,9 @@ For command-line examples and documentation, we follow the [docopt usage pattern
165165

166166
In order to improve the understandability of commands, we document all CLI options and examples with the long version of the options.
167167

168-
169168
```diff
170-
- ota track -s $service_id -r
171-
+ ota track --services <service_id> --extract-only
169+
- ota track -s <service_id> -t <terms_type>
170+
+ ota track --services <service_id> --types <terms_type>
172171
```
173172

174173
## Naming

0 commit comments

Comments
 (0)