comparison sbin/check-ports @ 708:f19ae639e7ff

check-ports: FIX: Typo in docs
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 02 Oct 2024 21:57:25 +0200
parents 45051412d0b8
children b308d8e4c8ad
comparison
equal deleted inserted replaced
707:cc06815e5504 708:f19ae639e7ff
437 437
438 check_given_packages() { 438 check_given_packages() {
439 : 'Check the status of all given packages in the most detail possible 439 : 'Check the status of all given packages in the most detail possible
440 440
441 Args: 441 Args:
442 $@: the name of packaged to handle to 442 $@: the name of packages to handle to
443 443
444 ' 444 '
445 local _package _version _label _repo _descr _dummy 445 local _package _version _label _repo _descr _dummy
446 local _local_index_exists _mapped_package_name 446 local _local_index_exists _mapped_package_name
447 447