mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update dig.py
This commit is contained in:
parent
287f8f76e3
commit
3cd194ebaf
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Compendium of generic DNS utilities.
|
||||
You'll need to have the `dig` command line tool installed in order
|
||||
to use this module.
|
||||
Compendium of generic DNS utilities.
|
||||
The 'dig' command line tool must be installed in order to use this module.
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue