render-release-notes: accept -p as a shortcut for --preview

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin 2016-06-15 10:09:07 +02:00
Родитель d86e411dd2
Коммит 154f15b2d7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -109,7 +109,7 @@ test $# -eq 0 && COPYCSS=1 || {
shift shift
OUTPUTDIR="${1%/}" OUTPUTDIR="${1%/}"
;; ;;
--preview) --preview|-p)
PREVIEW=1 PREVIEW=1
COPYCSS=1 COPYCSS=1
;; ;;