- Package:
- flickcurl-utils
- Source:
- flickcurl
- Description:
- utilities to call the Flickr API from command line
- Submitter:
- Date:
- 2011-07-30 00:21:05 UTC
- Severity:
- minor
The man page has some inconsistencies,
$ perl -nwle '/PER/&&/\[.*/&&print $&' man_page|sort|uniq -c|sort -nr
8 [PER-PAGE [PAGE]]
8 [PER-PAGE [PAGE [FORMAT]]]
2 [[PER-PAGE] [PAGE [FORMAT]]] #compare the above
1 [PAGE [PER-PAGE]] #bugs me the most
1 [PAGE [PER-PAGE [FORMAT]]] #bugs me the most
Also be sure the man page says what PAGE and PER-PAGE mean.