mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
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:
parent
e4b3eb5fe3
commit
94fd46b06b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235208
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user