Skip to content

Commit 6e7d742

Browse files
Merge pull request #1333 from imm0rtalsupp0rt/docs-maint
(maint) Correct sync documentation
2 parents f728a22 + 3862710 commit 6e7d742

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/en-us/features/package-synchronization/sync-command.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Xref from '@components/Xref.astro';
1616

1717
When running `choco list --include-programs`, a list of additional applications can be seen at the end of the output that are not managed with Chocolatey.
1818

19-
Running the `choco sync` command allows Chocolatey to reference the registry keys for those additional applications in Programs and Features that are not being managed with Chocolatey, automatically generate a package, and then map the application to that package and bring it under Chocolatey's management.
19+
Running the `choco sync` command allows Chocolatey to reference the registry keys for those additional applications in Programs and Features that are not being managed with Chocolatey, automatically generate a package, and then map the application to that package and bring it under Chocolatey's management. This can save time and effort in creating packages for these applications from scratch!
2020

2121
**Use of the `choco sync` command is only available with a Chocolatey for Business (C4B) license.**
2222

@@ -49,7 +49,7 @@ $mapping.GetEnumerator() | Foreach-Object {choco sync --id="$($_.Key)" --package
4949

5050
### Alternate Use
5151

52-
To synchronize your system to allow internal management only, open an administrative PowerShell session and run `choco sync` and Chocolatey will automatically create and name packages for all software in Programs and Features. These packages are placed in the `C:\Users\$USERNAME\sync` folder by default, where you can retrieve them and push them to your internal repository. If you specified a directory with the `--output-directory` option, the packages will be placed there instead.
52+
To synchronize your system to allow internal management only, open an administrative PowerShell session and run `choco sync` and Chocolatey will automatically create and name packages for all software in Programs and Features. These packages are placed in the directory where the command is run in the `sync` folder by default (for example, if you run the command from `C:\Packages\Chocolatey`, the synced packages will be located at `C:\Packages\Chocolatey\sync`), where you can retrieve them and push them to your internal repository. If you specified a directory with the `--output-directory` option, the packages will be placed there instead.
5353

5454
### Additional Considerations
5555

0 commit comments

Comments
 (0)