statement: Fix typo in --output-file help.
This commit is contained in:
		
							parent
							
								
									f23e0431e2
								
							
						
					
					
						commit
						32eaf08552
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -360,7 +360,7 @@ been reconciled. Default varies by account.
 | 
				
			||||||
        metavar='PATH',
 | 
					        metavar='PATH',
 | 
				
			||||||
        type=Path,
 | 
					        type=Path,
 | 
				
			||||||
        help="""Write the report to this file, or stdout when PATH is `-`.
 | 
					        help="""Write the report to this file, or stdout when PATH is `-`.
 | 
				
			||||||
The default is `LedgerReport_<StartDate>_<StopDate>.ods`.
 | 
					The default is `ReconciliationReport_<StartDate>_<StopDate>.ods`.
 | 
				
			||||||
""")
 | 
					""")
 | 
				
			||||||
    args = parser.parse_args(arglist)
 | 
					    args = parser.parse_args(arglist)
 | 
				
			||||||
    if not args.accounts:
 | 
					    if not args.accounts:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue