Browse Source

gource: tweak command descriptions

Waldir Pimenta 8 years ago
parent
commit
94f408fd48
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pages/common/gource.md

+ 4 - 4
pages/common/gource.md

@@ -7,15 +7,15 @@
 
 
 `gource {{path/to/repository}}`
 `gource {{path/to/repository}}`
 
 
-- Set the resolution:
+- Run gource in the current directory, with a custom output resolution:
 
 
 `gource -{{width}}x{{height}}`
 `gource -{{width}}x{{height}}`
 
 
-- Set the animation time scale:
+- Run gource with a custom time scale for the animation:
 
 
 `gource -c {{time_scale_multiplier}}`
 `gource -c {{time_scale_multiplier}}`
 
 
-- Set the amount of time to display each day:
+- Run gource specifying how long each day should be in the animation:
 
 
 `gource -s {{seconds}}`
 `gource -s {{seconds}}`
 
 
@@ -23,6 +23,6 @@
 
 
 `gource -f -b {{hex_color_code}}`
 `gource -f -b {{hex_color_code}}`
 
 
-- Set the title:
+- Run gource providing a title for the animation:
 
 
 `gource --title {{title}}`
 `gource --title {{title}}`