From 50374dbe98438451d47b7dd497a52e6613e55711 Mon Sep 17 00:00:00 2001 From: jamesread Date: Tue, 3 Sep 2024 22:01:49 +0100 Subject: [PATCH] typo in args --- modules/ROOT/pages/args.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/args.adoc b/modules/ROOT/pages/args.adoc index f41c8470e..67144ba27 100644 --- a/modules/ROOT/pages/args.adoc +++ b/modules/ROOT/pages/args.adoc @@ -34,7 +34,7 @@ A full list of argument types are below; | Type | Rendered as | Allowed values | (default) | <> | If a `type:` is not set, and `choices:` is empty, then ascii will be used, and a warning will be logged. It is recommended that you set the type explicitly, rather than relying on defaults. | ascii | <> | a-z (case insensitive), 0-9, but no spaces or punctuation -| ascii_identifier | <> | Like a DNS name, a-Z (case insensitive), 0-0, `-`, `.`, and `_`. +| ascii_identifier | <> | Like a DNS name, a-Z (case insensitive), 0-9, `-`, `.`, and `_`. | ascii_sentence | <> | a-z (case insensitive), 0-9, with spaces, `.` and `,`. | very_dangerous_raw_string | <> | Anything. This is **incredibly dangerous**, as effectively people can type anything they like, including executing additional commands beyond what you specify. Absolutely should not be used unless your OliveTin instance can only be used by people you trust entirely. | regex:... | <> | Version 2024.03.081 and above support custom regex patterns. See <>.