summaryrefslogtreecommitdiffstats
path: root/src/commands/sentinel-help.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sentinel-help.json')
-rw-r--r--src/commands/sentinel-help.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/commands/sentinel-help.json b/src/commands/sentinel-help.json
new file mode 100644
index 0000000..4c20313
--- /dev/null
+++ b/src/commands/sentinel-help.json
@@ -0,0 +1,17 @@
+{
+ "HELP": {
+ "summary": "Show helpful text about the different subcommands",
+ "complexity": "O(1)",
+ "group": "sentinel",
+ "since": "6.2.0",
+ "arity": 2,
+ "container": "SENTINEL",
+ "function": "sentinelCommand",
+ "command_flags": [
+ "LOADING",
+ "STALE",
+ "SENTINEL",
+ "ONLY_SENTINEL"
+ ]
+ }
+}