Skip to content

Commit

Permalink
Porting PR saltstack#52562 to 2019.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgreenaway committed Sep 19, 2019
1 parent 8d4d5ea commit bc0e89b
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 bc0e89b

Please sign in to comment.