aboutsummaryrefslogtreecommitdiff
path: root/lib/tools
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-01-23 15:35:22 -0800
committerBruce Hill <bruce@bruce-hill.com>2019-01-23 15:35:22 -0800
commit6a73795b38e732df736f588c9945ba5a9fa67bdd (patch)
tree44ecc43d71177a92c1f28ea3e26c4ad989715c9e /lib/tools
parentea8ca28ffb117cabd931eb1368a71d09d69de203 (diff)
Removed "package" terminology.
Diffstat (limited to 'lib/tools')
-rw-r--r--lib/tools/list.nom2
1 files changed, 1 insertions, 1 deletions
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$" -> "")