Updated.
Showing
2 changed files
with
10 additions
and
4 deletions
... | @@ -145,8 +145,15 @@ Sample usage: | ... | @@ -145,8 +145,15 @@ Sample usage: |
145 | 145 | ||
146 | pick --cflag BC --subject '*a string' | 146 | pick --cflag BC --subject '*a string' |
147 | 147 | ||
148 | ** The date comparisons (the options --before and --after) are not yet | 148 | ** The date comparison options (--before and --after) accept date |
149 | supported. | 149 | specifications in a wide variety of formats, e.g.: |
150 | |||
151 | pick --after 20030301 | ||
152 | pick --after 2003-03-01 | ||
153 | pick --after 01-mar-2003 | ||
154 | pick --after 2003-mar-01 | ||
155 | pick --before '1 year ago' | ||
156 | etc... | ||
150 | 157 | ||
151 | * refile | 158 | * refile |
152 | 159 | ... | ... |
... | @@ -38,8 +38,7 @@ State Nice Utility Comments | ... | @@ -38,8 +38,7 @@ State Nice Utility Comments |
38 | * 4 mhl Following format variables are ignored: | 38 | * 4 mhl Following format variables are ignored: |
39 | center,split,datefield | 39 | center,split,datefield |
40 | + 5 mark | 40 | + 5 mark |
41 | * 5 pick --before and --after are not supported. See | 41 | + 5 pick See the README entry. |
42 | also the README entry for it. | ||
43 | + 10 anno | 42 | + 10 anno |
44 | - 10 burst | 43 | - 10 burst |
45 | * 10 whom --check | 44 | * 10 whom --check | ... | ... |
-
Please register or sign in to post a comment