From f9249529c7e9a843b5150bd04dd436b54412e56b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 10 May 2017 11:38:00 -0700 Subject: [PATCH] allow abstracts as an option to pubmed_search --- pubmed_search | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}; -- 2.39.2