From fb767c054107b1a49453e7560bf0eaeb1a3c5682 Mon Sep 17 00:00:00 2001 From: Brock Walters <153771548+nonpunctual@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:41:51 -0400 Subject: [PATCH] Update falconctl_options.yml (#18536) Fixed typo in "falconctl" string. --- schema/tables/falconctl_options.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/tables/falconctl_options.yml b/schema/tables/falconctl_options.yml index 9e839c82eb..6be656af4b 100644 --- a/schema/tables/falconctl_options.yml +++ b/schema/tables/falconctl_options.yml @@ -6,6 +6,6 @@ platforms: - linux columns: - name: options - description: "The falconctol options to run. Supported values are listed here: `--aid`, `--apd`,`--aph`, `--app`, `--cid`, `--feature`, `--metadata-query`, `--rfm-reason`,`--rfm-state`, `--tags`, `--version`" + description: "The falconctl options to run. Supported values are listed here: `--aid`, `--apd`,`--aph`, `--app`, `--cid`, `--feature`, `--metadata-query`, `--rfm-reason`,`--rfm-state`, `--tags`, `--version`" type: text - required: true \ No newline at end of file + required: true