X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pubmed_search;h=acd327d594710f5d04876de5aba39213a55a379a;hb=7072dd6217d2a600f729188624f228b5700bd836;hp=c0d15ce50afb745f3fb2a6f3b781a21e131dacaf;hpb=461e7ae2cddb9f516fb292e99de6a0ef19c78ae1;p=bin.git diff --git a/pubmed_search b/pubmed_search index c0d15ce..acd327d 100755 --- a/pubmed_search +++ b/pubmed_search @@ -1,9 +1,9 @@ #! /usr/bin/perl -# , and is released +# pubmed_search searches for articles on pubmed, and is released # under the terms of the GPL version 2, or any later version, at your # option. See the file README and COPYING for more information. -# Copyright 2011 by Don Armstrong . -# $Id: perl_script 1825 2011-01-02 01:53:43Z don $ +# Copyright 2011,2017 by Don Armstrong . + use warnings; @@ -70,7 +70,7 @@ GetOptions(\%options, 'color|c!', 'org_mode|org-mode', 'pmid_only|pmid-only', - 'abstract|a!', + 'abstract|abstracts|a!', 'debug|d+','help|h|?','man|m'); pod2usage() if $options{help};