From 1a1c8cdd2b4a3641102bb7147da7a4c507331dd0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 22 Jun 2004 01:51:50 -0400 Subject: minor fix --- reports.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reports.cc b/reports.cc index 030cd314..7900afc5 100644 --- a/reports.cc +++ b/reports.cc @@ -992,7 +992,7 @@ int main(int argc, char * argv[]) int c; while (-1 != (c = getopt(argc, argv, - "+Bb:Ccd:Ee:Ff:Ghi:L:l:MN:nPp:Q:RSsTUVv"))) { + "+Bb:Ccd:Ee:Ff:Ghi:L:l:MN:nP:p:QRSsTUVv"))) { switch (char(c)) { case 'b': have_beginning = true; @@ -1056,11 +1056,11 @@ int main(int argc, char * argv[]) break; case 'Q': - get_quotes = true; + get_quotes = true; break; case 'B': - cost_basis = true; + cost_basis = true; // fall through... case 'V': use_history = true; -- cgit v1.2.3