From 8d3a48c689d4de7749470dd42947040301b89046 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 4 Jan 2017 23:48:10 +0000 Subject: [PATCH] shorten descs --- pages/common/gource.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/gource.md b/pages/common/gource.md index e9968e68f..8304fcc16 100644 --- a/pages/common/gource.md +++ b/pages/common/gource.md @@ -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}}`