From 0a87cf8b9cc14bc07a9fe17e2b152dffb85da0ec Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 3 Apr 2024 08:38:54 -0400 Subject: [PATCH] Update import options in commands.md --- docs/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands.md b/docs/commands.md index bed7655d..616b38b4 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -74,11 +74,11 @@ Import `VersionFile` objects from Artifactory. | Options | Format | Description | |----------------------|--------|--------------------------------------------------------------| -| `--release` | string | Format: `boost-1.63.0`. If passed, will import Artifactory urls for only that version. | +| `--release` | string | Format: `boost-1.63.0`. If passed, will import Archive urls for only that version. | **More Information** -- Loops through `Version` objects and calls the task that retrieves the Artifactory data with the version information +- Loops through `Version` objects and calls the task that retrieves the Archives data with the version information - Saves the Archives JSON data as `VersionFile` objects