Merge pull request #27780 from go8ose/doco-fix-for-27735

Tweak documentation for saltutils.find_cached_job.
This commit is contained in:
Mike Place 2015-10-12 09:12:08 -06:00
commit d73303225a

View File

@ -644,7 +644,8 @@ def find_job(jid):
def find_cached_job(jid):
'''
Return the data for a specific cached job id
Return the data for a specific cached job id. Note this only works if
cache_jobs has previously been set to True on the minion.
CLI Example: