mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:15:42 +02:00
shorten descs
This commit is contained in:
parent
6df5df53a4
commit
8d3a48c689
1 changed files with 4 additions and 4 deletions
|
@ -11,18 +11,18 @@
|
|||
|
||||
`gource -{{width}}x{{height}}`
|
||||
|
||||
- Run gource with a custom time scale for the animation:
|
||||
- Set a custom time scale for the animation:
|
||||
|
||||
`gource -c {{time_scale_multiplier}}`
|
||||
|
||||
- Run gource specifying how long each day should be in the animation (this combines with -c, if provided):
|
||||
- Set how long each day should be in the animation (this combines with -c, if provided):
|
||||
|
||||
`gource -s {{seconds}}`
|
||||
|
||||
- Run gource in fullscreen mode and set the background color:
|
||||
- Set fullscreen mode and a custom background color:
|
||||
|
||||
`gource -f -b {{hex_color_code}}`
|
||||
|
||||
- Run gource providing a title for the animation:
|
||||
- Set a title for the animation:
|
||||
|
||||
`gource --title {{title}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue