diff --git a/library/packaging/swdepot b/library/packaging/swdepot index ef054085105..8cfe43d7ac3 100644 --- a/library/packaging/swdepot +++ b/library/packaging/swdepot @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # (c) 2013, Raul Melo -# Written by Raul Melo +# Written by Raul Melo # Based on yum module written by Seth Vidal # # This module is free software: you can redistribute it and/or modify @@ -26,7 +26,7 @@ module: swdepot short_description: Manage packages with swdepot package manager (HP-UX) description: - Will install, upgrade and remove packages with swdepot package manager (HP-UX) -version_added: "1.3" +version_added: "1.4" notes: [] author: Raul Melo options: @@ -37,7 +37,7 @@ options: default: null choices: [] aliases: [] - version_added: 1.3 + version_added: 1.4 state: description: - whether to install (C(present), C(latest)), or remove (C(absent)) a package. @@ -45,7 +45,7 @@ options: default: null choices: [ 'present', 'latest', 'absent'] aliases: [] - version_added: 1.3 + version_added: 1.4 depot: description: - The source repository from which install or upgrade a package. @@ -53,7 +53,7 @@ options: default: null choices: [] aliases: [] - version_added: 1.3 + version_added: 1.4 ''' EXAMPLES = '''