Skip to content

Commit

Permalink
Merge pull request #54674 from garethgreenaway/2019_2_1_port_52562
Browse files Browse the repository at this point in the history
[master] Porting #52562 to master
  • Loading branch information
dwoz authored Nov 6, 2019
2 parents 3a00800 + f8ef5b2 commit 336c792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/aptpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ def unhold(name=None, pkgs=None, sources=None, **kwargs): # pylint: disable=W06
salt '*' pkg.unhold <package name>
pkgs
A list of packages to hold. Must be passed as a python list.
A list of packages to unhold. Must be passed as a python list.
CLI Example:
Expand Down

0 comments on commit 336c792

Please sign in to comment.