]> git.donarmstrong.com Git - bin.git/blobdiff - pubmed_search
add reset usb bus command
[bin.git] / pubmed_search
index c0d15ce50afb745f3fb2a6f3b781a21e131dacaf..acd327d594710f5d04876de5aba39213a55a379a 100755 (executable)
@@ -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 <don@donarmstrong.com>.
-# $Id: perl_script 1825 2011-01-02 01:53:43Z don $
+# Copyright 2011,2017 by Don Armstrong <don@donarmstrong.com>.
+
 
 
 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};