make it easier for users used to a VCS that allows up to be a shortcut

for update.

PR:		bin/152856
Approved by:	cperciva
MFC after:	3 days
This commit is contained in:
Eitan Adler 2012-05-09 21:56:10 +00:00
parent e4b3eb5fe3
commit 94fd46b06b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235208

View File

@ -143,6 +143,9 @@ parse_cmdline() {
cron | extract | fetch | update | alfred)
COMMANDS="${COMMANDS} $1"
;;
up)
COMMANDS="${COMMANDS} update"
;;
*)
if [ $# -gt 1 ]; then usage; fi
if echo ${COMMANDS} | grep -vq extract; then