From 941c77f0e0d10012a6d317a0e32eaf6d22224934 Mon Sep 17 00:00:00 2001 From: Stephen Salinas Date: Mon, 14 Mar 2016 11:22:40 -0400 Subject: [PATCH] update logfetch readme --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 7b7b990a65..104b3d8576 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -40,7 +40,7 @@ Two commands exist for downloading logs. |-p, --file-pattern|Should match the executor.s3.uploader.pattern setting, determines if we can match on file name for s3 logs|`%requestId/%Y/%m/%taskId_%index-%s-%filename`| |-N, --no-name-fetch-off|If a logtype matcher is specified, but the s3 log pattern does not include file name, don't download any s3 files| None (fetch all)| |-D, --download-only|Only download logs in their current state, don't unzip or grep|| -|-g, --grep|Grep string for searching log files(Only for `logfetch`)|| +|-g, --grep|Grep string for searching log files(Only for `logfetch`, `logsearch`)|| |-l, --logtype|Glob matcher for type of log file to download| None (match all)| |-S, --skip-s3|Don't search/download s3 logs|false| |-L, --skip-live|Don't search/download live logs|false|