commit 48eb99303aecc2570a5f905fc0cefba120c265b8 parent cee40ceee5b3a23055b9972282ade450a66047c6 Author: denelon <denelon@microsoft.com> Date: Tue, 11 May 2021 14:28:03 -0700 Update import.md (#944) Diffstat:
| M | doc/windows/package-manager/winget/import.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/windows/package-manager/winget/import.md b/doc/windows/package-manager/winget/import.md @@ -34,7 +34,7 @@ The options allow you to customize the import experience to meet your needs. | Option | Description | |-------------|-------------| | **--ignore-unavailable** | Suppresses errors if the app requested is unavailable | -| **--ignore-versions** | Ignores versions specified in the JSON file and installs available | +| **--ignore-versions** | Ignores versions specified in the JSON file and installs the latest available version | ## JSON Schema The driving force behind the **import** command is the JSON file. You can find the schema for the JSON file [here](https://aka.ms/winget-packages.schema.1.0.json). @@ -42,9 +42,9 @@ The driving force behind the **import** command is the JSON file. You can find The JSON file includes the following hierarchy: | Entry | Description | |-------------|-------------| -| **Sources** | The repo that the the application is installed from. | +| **Sources** | The sources application manifests come from. | | **Packages** | The collection of packages to install. | -| **Id** | The Windows Package Manager id used to identify the package. | +| **Id** | The Windows Package Manager package identifier used to specify the package. | | **Version** | [optional] The specific version of the package to install. | ## Importing files