Skip to content

Commit

Permalink
Updated docstrings based on discovery from #760
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMcGrath committed May 20, 2024
1 parent ebb79be commit cedbd91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tenable/sc/scans.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,8 @@ def create(self, name, repo, **kw):
host_tracking (bool, optional):
Should DHCP host tracking be enabled? The default is False.
max_time (int, optional):
The maximum amount of time that the scan may run in seconds.
The maximum amount of time that the scan may run in hours.
``0`` or less for unlimited.
The default is ``3600`` seconds.
policy_id (int, optional):
The policy id to use for a policy-based scan.
reports (list, optional):
Expand Down Expand Up @@ -339,7 +338,7 @@ def edit(self, id, **kw):
host_tracking (bool, optional):
Should DHCP host tracking be enabled?
max_time (int, optional):
The maximum amount of time that the scan may run in seconds.
The maximum amount of time that the scan may run in hours.
``0`` or less for unlimited.
name (str, optional): The name of the scan.
policy_id (int, optional):
Expand Down

0 comments on commit cedbd91

Please sign in to comment.