diff --git a/dev.sh b/dev.sh
index ffe8aee433c1e1bcd93ba229bedea74b8e6dc86d..33c36f4748de2c5ceb2b3c3eb812e12d11013c67 100755
--- a/dev.sh
+++ b/dev.sh
@@ -53,7 +53,7 @@ case "$1" in
     "gource")
 	for d in . apps/official/*; do
 		gource --output-custom-log - "$d"
-	done | sort -n | gource --log-format custom --background-image aleksis/core/static/img/aleksis-icon.png -
+	done | sort -n | gource --log-format custom --background-image aleksis/core/static/img/aleksis-icon.png "$@" -
 	exit
 	;;