# HG changeset patch # User František Kučera # Date 1572116262 -7200 # Node ID cfaf1fa941542372669068eaca708e91dac09d57 # Parent 1cdb74e845d08450dbbb977259e7067ec79e3781 rename --keep-file to --file-keep diff -r 1cdb74e845d0 -r cfaf1fa94154 relpipe-data/release-v0.13.xml --- a/relpipe-data/release-v0.13.xml Fri Oct 25 13:00:58 2019 +0200 +++ b/relpipe-data/release-v0.13.xml Sat Oct 26 20:57:42 2019 +0200 @@ -30,7 +30,7 @@ Now it can be used even on-the-fly in shell pipelines – without having any database server running. It is useful for record filtering, JOINing several relations together, doing aggregations or computations. By default everything is done in memory, but with the --file parameter we can use a temporary file - and with --keep-file we can make it not so temporary. + and with --keep-file we can make it not so temporary (n.b. in the next version this option was renamed to --file-keep). This tool uses the SQLite library.