aboutsummaryrefslogtreecommitdiff
path: root/sboremove
diff options
context:
space:
mode:
Diffstat (limited to 'sboremove')
-rwxr-xr-xsboremove2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboremove b/sboremove
index bc42dfe..154b63f 100755
--- a/sboremove
+++ b/sboremove
@@ -59,7 +59,7 @@ $inst_names{$_} = 1 for @$inst_names;
for my $sbo (@ARGV) {
if (get_sbo_location($sbo)) {
$inst_names{$sbo} ? push @sbos, $sbo
- : say "$sbo is not installed";
+ : say "$sbo is not installed from SlackBuilds.org.";
} else {
say "Unable to locate $sbo in the SlackBuilds.org tree."
}