Skip to content

Commit

Permalink
Point to config docs in cli/api argument docs
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Oct 28, 2020
1 parent 224690f commit c86920d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions in_toto/common_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions in_toto/runlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c86920d

Please sign in to comment.