]> Sergey Matveev's repositories - zk.git/commitdiff
Actualize USAGE master
authorSergey Matveev <stargrave@stargrave.org>
Sun, 11 May 2025 08:51:27 +0000 (11:51 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 11 May 2025 08:52:16 +0000 (11:52 +0300)
USAGE

diff --git a/USAGE b/USAGE
index 0307e07151a76e66753c76a97aeee5922cbb25aa..6e0c5257ffbef1d43070886fe23fc83d9970654e 100644 (file)
--- a/USAGE
+++ b/USAGE
@@ -1,9 +1,11 @@
 * zk links path/to/page
   Prints all (internal) links presented on the page.
-* zk back path/to/page
+* zk backs path/to/page
   Prints all (internal) backlinks to the page.
+* zk cats [prefix]
+  Print all categories/directories, optionally filtered by prefix.
 * zk htmls path/to/dir
-  Rendered the current directory to a bunch of HTMLS.
+  Render current directory to a bunch of HTMLs.
 * zk dot | dot -Tpng >relations.png
   Generates Graphviz'es dot graph with internal links relationships.