render-release-notes: accept -p as a shortcut for --preview
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Родитель
d86e411dd2
Коммит
154f15b2d7
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче