about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/command/cmd_defs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index a5febc60..59d1323a 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -126,11 +126,11 @@ static struct cmd_t command_defs[] =
             "Arguments that may be one of a number of values are separated by a pipe "
             "e.g. val1|val2|val3.")
         CMD_ARGS(
-            { "<area>",    "Summary help for commands in a certain area of functionality." },
-            { "<command>", "Full help for a specific command, for example '/help connect'." },
-            { "search <search_term>",    "Search commands for search_term." })
+            { "<area>",                 "Summary help for commands in a certain area of functionality." },
+            { "<command>",              "Full help for a specific command, for example '/help connect'." },
+            { "search <search_term>",   "Search commands for search_term." })
         CMD_EXAMPLES(
-            "/help search presence show",
+            "/help search presence online",
             "/help commands",
             "/help presence",
             "/help who")
id='n104' href='#n104'>104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152