From 6a73795b38e732df736f588c9945ba5a9fa67bdd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 23 Jan 2019 15:35:22 -0800 Subject: Removed "package" terminology. --- lib/tools/list.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tools') diff --git a/lib/tools/list.nom b/lib/tools/list.nom index 3493263..e48a89d 100644 --- a/lib/tools/list.nom +++ b/lib/tools/list.nom @@ -13,7 +13,7 @@ use "shell" command line program with $args: $packages = (=sh "ls \$(NOMSU PACKAGEPATH)") - say "Installed packages:" + say "Currently Installed:" for $f in ($packages, lines): if ($f != ""): $f = ($f, with "%.nom$" -> "") -- cgit v1.2.3