summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-09-19 15:45:14 -0400
committerMicah Anderson <micah@riseup.net>2013-09-19 15:45:14 -0400
commit942f2513825a89b43c2d1fc70a1c7e53be5e52e1 (patch)
treedf8c90aea78f3f007862d832611c11b51f65ee94
parent5f08d4c44bc8cbc3b0ceb1bff57492e9966e7c71 (diff)
properly fix the examples menu item
-rw-r--r--docs/platform/quick-start.md3
-rw-r--r--menu.txt1
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md
index 4cc4bfc..6d36c14 100644
--- a/docs/platform/quick-start.md
+++ b/docs/platform/quick-start.md
@@ -354,8 +354,7 @@ A node filter consists of one or more keywords, with an optional "+" before each
* the "+" before the keyword constructs an AND condition
* otherwise, multiple keywords together construct an OR condition
-Examples
---------
+Examples:
* `leap list openvpn` -- list all nodes with service openvpn.
* `leap list openvpn +production` -- only nodes of service type openvpn AND tag production.
diff --git a/menu.txt b/menu.txt
index f47b692..70de16f 100644
--- a/menu.txt
+++ b/menu.txt
@@ -13,7 +13,6 @@ docs
quick-start
guide
config
- examples
commands
under-the-hood
known-issues