From: sev Date: Mon, 29 Jan 2024 11:06:39 +0000 (-0600) Subject: apkv: fix some text X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/commitdiff_plain/8e304013263fbd1245e5177958818998db1c91a0 apkv: fix some text --- diff --git a/bin/apkv b/bin/apkv index d8035bd..2a4d342 100755 --- a/bin/apkv +++ b/bin/apkv @@ -1,5 +1,5 @@ #!/bin/sh -# TODO: add duplicate checker to seeif a pkg is in multiple virtual pkgs +# TODO: add duplicate checker to see if a pkg is in multiple virtual pkgs prog=$(basename $0) usage() { @@ -13,8 +13,9 @@ Usage: $prog del Remove from virtual package . Empty virtual - packages are removed from world. The shorthand '$prog del * ' can - be used to empty . + packages are removed from world. The shorthand '$prog del * ' + can be used to empty , which is equivalent to + 'apk del ', though with special handling of leading dots. $prog list [-o | packages] List virtual packages and their contents.