View | Details | Raw Unified | Return to bug 47834
Collapse All | Expand All

(-)a/base/univention-updater/python/univention-upgrade (-2 / +1 lines)
 Lines 344-350   def parse_args(): Link Here 
344
    group.add_option(
344
    group.add_option(
345
        "--enable-app-updates",
345
        "--enable-app-updates",
346
        dest="app_updates", action="store_true",
346
        dest="app_updates", action="store_true",
347
        help="Skip updating installed Apps")
347
        help="Update installed Apps")
348
    group.add_option(
348
    group.add_option(
349
        "--disable-app-updates",
349
        "--disable-app-updates",
350
        dest="app_updates", action="store_false",
350
        dest="app_updates", action="store_false",
351
- 

Return to bug 47834