import: doc: manual edits
[ci skip]
This commit is contained in:
		
							parent
							
								
									302723b1be
								
							
						
					
					
						commit
						732d589955
					
				| @ -401,11 +401,13 @@ the main journal file. | |||||||
| `--dry-run` | `--dry-run` | ||||||
| : just show the transactions to be imported | : just show the transactions to be imported | ||||||
| 
 | 
 | ||||||
| Input files are provided as arguments, or glob patterns. So eg to add new  | The input files are specified as arguments - no need to write -f before each one. | ||||||
| transactions from all CSV files to the main journal: hledger import *.csv | So eg to add new transactions from all CSV files to the main journal, it's just:  | ||||||
| 
 | `hledger import *.csv` | ||||||
| New transactions are detected like print --new (using .latest.FILE state files). |  | ||||||
| 
 | 
 | ||||||
|  | New transactions are detected in the same way as print --new:  | ||||||
|  | by assuming transactions are always added to the input files in increasing date order, | ||||||
|  | and by saving `.latest.FILE` state files. | ||||||
| 
 | 
 | ||||||
| ## incomestatement | ## incomestatement | ||||||
| Show an income statement. Alias: is. | Show an income statement. Alias: is. | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user