From 342b473f170f39c5f9ebceacd31ad949ee9c2400 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:11:33 -0400 Subject: [PATCH] Update CodeQL CLI manual (#50156) Co-authored-by: Felicity Chapman --- .../codeql-cli/codeql-cli-manual/database-bundle.md | 4 ++-- .../codeql-cli/codeql-cli-manual/database-cleanup.md | 4 ++-- .../codeql-cli/codeql-cli-manual/database-create.md | 4 ++-- .../codeql-cli/codeql-cli-manual/database-finalize.md | 4 ++-- .../codeql-cli/codeql-cli-manual/dataset-cleanup.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-bundle.md b/content/code-security/codeql-cli/codeql-cli-manual/database-bundle.md index 11d1382dab2e..d44005eecb98 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-bundle.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-bundle.md @@ -24,7 +24,7 @@ redirect_from: ## Synopsis ```shell copy -codeql database bundle --output= [--mode=] ... -- +codeql database bundle --output= ... -- ``` ## Description @@ -103,7 +103,7 @@ If `--max-disk-cache` is not given, the evaluator will try hard to curtail disk cache usage if the free space on the file system drops below this percentage. -#### `-m, --mode=` +#### `--cache-cleanup=` Select how aggressively to trim the cache. Choices include: diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-cleanup.md b/content/code-security/codeql-cli/codeql-cli-manual/database-cleanup.md index 9361ec5eca12..4e3381067fa1 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-cleanup.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-cleanup.md @@ -24,7 +24,7 @@ redirect_from: ## Synopsis ```shell copy -codeql database cleanup [--mode=] ... -- +codeql database cleanup ... -- ``` ## Description @@ -71,7 +71,7 @@ If `--max-disk-cache` is not given, the evaluator will try hard to curtail disk cache usage if the free space on the file system drops below this percentage. -#### `-m, --mode=` +#### `--cache-cleanup=` Select how aggressively to trim the cache. Choices include: diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-create.md b/content/code-security/codeql-cli/codeql-cli-manual/database-create.md index 58fcbf7cd1c9..82b43a87a7f6 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-create.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-create.md @@ -26,7 +26,7 @@ redirect_from: ## Synopsis ```shell copy -codeql database create [--language=[,...]] [--github-auth-stdin] [--github-url=] [--source-root=] [--threads=] [--ram=] [--command=] [--mode=] [--extractor-option=] ... -- +codeql database create [--language=[,...]] [--github-auth-stdin] [--github-url=] [--source-root=] [--threads=] [--ram=] [--command=] [--extractor-option=] ... -- ``` ## Description @@ -267,7 +267,7 @@ If `--max-disk-cache` is not given, the evaluator will try hard to curtail disk cache usage if the free space on the file system drops below this percentage. -#### `-m, --mode=` +#### `--cache-cleanup=` Select how aggressively to trim the cache. Choices include: diff --git a/content/code-security/codeql-cli/codeql-cli-manual/database-finalize.md b/content/code-security/codeql-cli/codeql-cli-manual/database-finalize.md index f48ba9aece3b..2890a88f606a 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/database-finalize.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/database-finalize.md @@ -24,7 +24,7 @@ redirect_from: ## Synopsis ```shell copy -codeql database finalize [--dbscheme=] [--threads=] [--ram=] [--mode=] ... -- +codeql database finalize [--dbscheme=] [--threads=] [--ram=] ... -- ``` ## Description @@ -130,7 +130,7 @@ If `--max-disk-cache` is not given, the evaluator will try hard to curtail disk cache usage if the free space on the file system drops below this percentage. -#### `-m, --mode=` +#### `--cache-cleanup=` Select how aggressively to trim the cache. Choices include: diff --git a/content/code-security/codeql-cli/codeql-cli-manual/dataset-cleanup.md b/content/code-security/codeql-cli/codeql-cli-manual/dataset-cleanup.md index c3209933360f..53f489f368cc 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/dataset-cleanup.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/dataset-cleanup.md @@ -24,7 +24,7 @@ redirect_from: ## Synopsis ```shell copy -codeql dataset cleanup [--mode=] ... -- +codeql dataset cleanup ... -- ``` ## Description @@ -69,7 +69,7 @@ If `--max-disk-cache` is not given, the evaluator will try hard to curtail disk cache usage if the free space on the file system drops below this percentage. -#### `-m, --mode=` +#### `--cache-cleanup=` Select how aggressively to trim the cache. Choices include: