Mercurial > trustbridge
changeset 1136:e82c440c2727
Add small comment about update option.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 17 Sep 2014 16:23:33 +0200 |
parents | cf154e1f687a |
children | f67a6873d9c1 148014db2f3b |
files | packaging/linux-installer.inc.in |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packaging/linux-installer.inc.in Wed Sep 17 15:06:03 2014 +0200 +++ b/packaging/linux-installer.inc.in Wed Sep 17 16:23:33 2014 +0200 @@ -180,6 +180,8 @@ shift 1 ;; --update) +# Update is an internal option that is used when the application calls +# the installer to install an update. UPDATE=1 shift 1 ;;