Mercurial > trustbridge
changeset 1257:551b274ec4d1
Remove no longer existing option show-after-update
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 26 Sep 2014 12:44:19 +0200 |
parents | 2a1aa9df8f11 |
children | 469c1a04b678 |
files | packaging/linux-installer.inc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packaging/linux-installer.inc Thu Sep 25 17:58:12 2014 +0200 +++ b/packaging/linux-installer.inc Fri Sep 26 12:44:19 2014 +0200 @@ -73,7 +73,7 @@ parse_args() { OPTS=`getopt \ - -l uninstall,update,show-after-update,force,help,prefix:,system,version \ + -l uninstall,update,force,help,prefix:,system,version \ -o d,f,p:,s -n "$ME" -- "$@"` [ $? -eq 0 ] || usage 23