aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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$" -> "")