summaryrefslogtreecommitdiffstats
path: root/system/sbo-maintainer-tools/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/sbo-maintainer-tools/README')
-rw-r--r--system/sbo-maintainer-tools/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/sbo-maintainer-tools/README b/system/sbo-maintainer-tools/README
index aaa8f5eb21..a8e6655a5b 100644
--- a/system/sbo-maintainer-tools/README
+++ b/system/sbo-maintainer-tools/README
@@ -4,7 +4,7 @@ These are "lint" tools to make life easier for SlackBuilds.org
maintainers and admins:
sbolint: checks your SlackBuild, README, .info file, and slack-desc.
-Also there's a git pre-commit hook you should use, that automatically
-calls sbolint and stops you from committing bad code.
-
sbopkglint: checks your package, after it's built.
+sbofixinfo: attempts to fix common problems with SBo .info files.
+pre-commit-sbolint: git hook you should use, that automatically calls
+sbolint and stops you from committing bad code.