Skip to content

Commit f407f28

Browse files
update arg help
1 parent ea48dce commit f407f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytr/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def formatter(prog):
192192
)
193193
parser_export_transactions.add_argument(
194194
"output",
195-
help="Output path of CSV file",
195+
help="Output file path",
196196
metavar="OUTPUT",
197197
type=argparse.FileType("w"),
198198
default="-",

0 commit comments

Comments
 (0)