Skip to content

Commit

Permalink
Update --broker flag to include aliases
Browse files Browse the repository at this point in the history
This is a minor change to a flag description string, so we can [skip ci]
  • Loading branch information
mbrukman committed Nov 5, 2024
1 parent 0401c76 commit 76bae4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv2txf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def GetSummary(broker_name: str, filename: str, tax_year: int) -> str:
def main(argv):
from optparse import OptionParser
parser = OptionParser()
parser.add_option("--broker", dest="broker", help="broker name")
parser.add_option("--broker", dest="broker", help="broker name or alias")
parser.add_option("-f", "--file", dest="filename", help="input file")
parser.add_option("-o", "--outfile", dest="out_filename",
help="output file, leave empty for stdout")
Expand Down

0 comments on commit 76bae4f

Please sign in to comment.