From: Don Armstrong Date: Wed, 10 May 2017 18:38:00 +0000 (-0700) Subject: allow abstracts as an option to pubmed_search X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f9249529c7e9a843b5150bd04dd436b54412e56b;p=bin.git allow abstracts as an option to pubmed_search --- 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};