mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Docstring tweaks
This commit is contained in:
parent
ecbb78b649
commit
6c21881c38
1 changed files with 3 additions and 2 deletions
|
@ -2074,9 +2074,10 @@ def get_repo(name, basedir=None, **kwargs): # pylint: disable=W0613
|
|||
|
||||
def del_repo(repo, basedir=None, **kwargs): # pylint: disable=W0613
|
||||
'''
|
||||
Delete a repo from <basedir> (default basedir: all dirs in `reposdir` yum option).
|
||||
Delete a repo from <basedir> (default basedir: all dirs in `reposdir` yum
|
||||
option).
|
||||
|
||||
If the .repo file that the repo exists in does not contain any other repo
|
||||
If the .repo file in which the repo exists does not contain any other repo
|
||||
configuration, the file itself will be deleted.
|
||||
|
||||
CLI Examples:
|
||||
|
|
Loading…
Add table
Reference in a new issue