@@ -160,7 +160,7 @@ void z__b_get_arg_description(struct b_command_arg *arg, b_string *out)
b_string_append_cstr(out, " ");
}
b_string_append_cstr(out, "[values:");
b_string_append_cstr(out, "[[values:");
for (size_t i = 0; arg->arg_allowed_values[i]; i++) {
if (i > 0) {
The note is not visible to the blocked user.