From 30d24d96251f691a6d0463b9235a6077dbf3c29c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 15 Nov 2011 20:54:01 -0800 Subject: [PATCH] TODO: Fix typo in the description of the range specification. The syntax example was updated from using '@' to '/' some time ago, but the description still had the old '@' symbol. --- TODO.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.markdown b/TODO.markdown index 5830680..4cfeab8 100644 --- a/TODO.markdown +++ b/TODO.markdown @@ -89,10 +89,10 @@ CLI either of FIRST or LAST is omitted, the first or last call/frame index in the trace will be used. - 1-100/5 Either of the above range specifications followed by '@' + 1-100/5 Either of the above range specifications followed by '/' and a number (INTERVAL). This specifies the inclusion of only each INTERVAL call/frame within the range. For - example, 1-100@5 species frame 1, frame 5, frame 10, + example, 1-100/5 species frame 1, frame 5, frame 10, ... up to frame 100. 4,10-20/2 A comma separated list of any of the above range -- 2.43.0