1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
This commit is contained in:
Antti Savolainen 2025-04-28 19:48:47 +03:00
parent c3af338759
commit 3cc91b7dba
2 changed files with 3 additions and 3 deletions

View file

@ -13,11 +13,11 @@
- Generate data with a specific output format:
`fakedata --format {{csv|tab|sql}} {{generator}}`
`fakedata {{[-f|--format]}} {{csv|tab|sql}} {{generator}}`
- Generate a given number of data items (defaults to 10):
`fakedata --limit {{n}} {{generator}}`
`fakedata {{[-l|--limit]}} {{n}} {{generator}}`
- Generate data using a custom output template (the first letter of generator names must be capitalized):

View file

@ -17,4 +17,4 @@
- Display the pollen measurement page for a city at <https://plivazdravlje.hr> in the default web browser:
`peludna-prognoza "{{city}}" --web`
`peludna-prognoza "{{city}}" {{[-w|--web]}}`