empdump: Omit redundant data from export, new -c includes it
Cuts size of export files in test suite by a factor of four. Not a big deal for disk usage, as export files compress very well, and disk space is cheap anyway. Export files are simply easier to work with when they aren't full of redundant crap. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
7d3a3df283
commit
f4f048234c
12 changed files with 43 additions and 42173 deletions
|
@ -4,7 +4,7 @@ empdump \- Export/import Empire game state
|
|||
.SH SYNOPSIS
|
||||
.B empdump
|
||||
[
|
||||
.B \-hmnvx
|
||||
.B \-chmnvx
|
||||
]
|
||||
[
|
||||
.BI \-e " configfile"
|
||||
|
@ -18,6 +18,9 @@ empdump \- Export/import Empire game state
|
|||
exports and imports game state as plain text.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-c
|
||||
Use complete export format: don't omit data import doesn't need.
|
||||
.TP
|
||||
.BI \-e " configfile"
|
||||
Use game configuration in \fIconfigfile\fR.
|
||||
.TP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue