Lines Matching defs:update
134 logger.error(_("To continue, execute 'pkg update-format' as a "
173 basic_cmds = ["refresh", "install", "uninstall", "update", "list",
191 basic_usage["update"] = _(
244 "update-format",
351 adv_usage["update-format"] = ""
411 combined.update(basic_usage)
412 combined.update(adv_usage)
413 combined.update(priv_usage)
457 Package Transitions : update install uninstall
706 cond_show(_("Packages to update:"), "{0:d}", len(c))
858 # update
1571 running {op}. Please update pkg(7) by executing 'pkg install
2084 install, update and uninstall and so on."""
2116 emsg(_("To continue, execute 'pkg update-format' as a "
2225 def update(op, api_inst, pargs, accept, act_timeout, backup_be, backup_be_name,
5069 error(str(e), cmd="update-format")
5295 "update" : [update],
5296 "update-format" : [update_format],