From b4475ab9a55f96829b6fb228f16f9657f23eec38 Mon Sep 17 00:00:00 2001 From: Sergiy Byelozyorov Date: Fri, 23 Mar 2018 17:49:34 +0100 Subject: [PATCH] Correct documentation for the --no-referenced-issues argument When specified it will skip any issues that were not modified in the specified time period even if they are owned by the user. R=tandrii@chromium.org Change-Id: I230c8fa6cbc517c32edb8618a831a62ec6e45405 Reviewed-on: https://chromium-review.googlesource.com/978170 Reviewed-by: Andrii Shyshkalov Commit-Queue: Sergiy Byelozyorov --- my_activity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_activity.py b/my_activity.py index 393cbda00c..a18d6c7f87 100755 --- a/my_activity.py +++ b/my_activity.py @@ -849,7 +849,7 @@ def main(): action='store_true', help='Do not fetch issues referenced by owned changes. Useful in ' 'combination with --changes-by-issue when you only want to list ' - 'issues that are your own in the output.') + 'issues that have also been modified in the same time period.') parser.add_option( '--skip-own-issues-without-changes', action='store_true',