From: Ian Jackson Date: Tue, 26 May 2009 01:05:37 +0000 (+0100) Subject: ypp-restock-rum: Allow cost[s] and price[s] as cmdline keywords X-Git-Tag: 1.0~12 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=commitdiff_plain;h=a01842cb18ee775bb6a044a5b91b7f1d14ad147a ypp-restock-rum: Allow cost[s] and price[s] as cmdline keywords --- diff --git a/ypp-restock-rum b/ypp-restock-rum index ab56abd..3d9eb21 100755 --- a/ypp-restock-rum +++ b/ypp-restock-rum @@ -84,7 +84,7 @@ sub parse_args () { parse_info(1,0,1, @{ $have[@have] }, 'have'); } elsif (m/^want$/) { parse_info(1,0,0, @want, 'want'); - } elsif (m/^price$/) { + } elsif (m/^prices?$|^costs?$/) { parse_info(0,1e7,0, @price, 'price'); } else { badusage("unknown information argument \`$_'");