From c86920df39b18f6520cb53538eac7d63569f54e9 Mon Sep 17 00:00:00 2001 From: Lukas Puehringer Date: Wed, 28 Oct 2020 14:33:05 +0100 Subject: [PATCH] Point to config docs in cli/api argument docs Signed-off-by: Lukas Puehringer --- in_toto/common_args.py | 4 ++-- in_toto/runlib.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/in_toto/common_args.py b/in_toto/common_args.py index dfc066e1d..525d109bd 100644 --- a/in_toto/common_args.py +++ b/in_toto/common_args.py @@ -35,8 +35,8 @@ "nargs": "+", "help": ("path patterns to match paths that should not be recorded as" " 'materials' or 'products'. Passed patterns override patterns" - " defined in environment variables or config files. (see" - " 'ARTIFACT_EXCLUDE_PATTERNS' documentation for additional info)") + " defined in environment variables or config files. See Config docs" + " for details.") } BASE_PATH_ARGS = ["--base-path"] diff --git a/in_toto/runlib.py b/in_toto/runlib.py index e7335fcd6..2caa54340 100644 --- a/in_toto/runlib.py +++ b/in_toto/runlib.py @@ -467,7 +467,7 @@ def in_toto_run(name, material_list, product_list, link_cmd_args, default gpg home directory is used. exclude_patterns (optional): A list of filename patterns to exclude certain - files from being recorded as artifacts. + files from being recorded as artifacts. See Config docs for details. base_path (optional): A path relative to which artifacts are recorded. Default is the current working directory. @@ -634,7 +634,7 @@ def in_toto_record_start(step_name, material_list, signing_key=None, default gpg home directory is used. exclude_patterns (optional): A list of filename patterns to exclude certain - files from being recorded as artifacts. + files from being recorded as artifacts. See Config docs for details. base_path (optional): A path relative to which artifacts are recorded. Default is the current working directory.