diff --git a/docs/index.html b/docs/index.html
index b08ead72..0c606637 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -4846,7 +4846,7 @@ class: node-info
- `docker node ps ` shows info for another node
-- `docker node ps -a` includes stopped and failed tasks
+- `docker node ps -f "name=" ` The name filter matches on all or part of a task’s name
---