add: doc: mention the windows trailing-dot file path issue

This commit is contained in:
Simon Michael 2019-06-26 18:47:11 +01:00
parent 014db152d9
commit 27c01e82b5

View File

@ -60,3 +60,6 @@ Starting the next transaction (. or ctrl-D/ctrl-C to quit)
Date [2015/05/22]: <CTRL-D> $ Date [2015/05/22]: <CTRL-D> $
``` ```
On Microsoft Windows, the add command makes sure that no part of the
file path ends with a period, as it can cause data loss on that platform
(cf [#1056](https://github.com/simonmichael/hledger/issues/1056)).