aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-12-12 11:33:58 +0100
committerThomas White <taw@physics.org>2017-12-12 11:35:11 +0100
commitab5ab8f95fe7bbe12eda623ea4950872537c4f4c (patch)
tree87fc25512737a32a1251bc6e405a3a989e75a802 /src/im-sandbox.h
parentdec80f78c8719c6c7ec20076343aa2be4ce9ba84 (diff)
indexamajig: Rename --serial-offset to --serial-start
Because "offset" sounds like it will add the argument to the serial numbers, i.e. --serial-offset=500 would start at 501. Actually, you just give the first serial number you'd like.
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r--src/im-sandbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h
index f2ca0ce4..e937875f 100644
--- a/src/im-sandbox.h
+++ b/src/im-sandbox.h
@@ -71,6 +71,6 @@ struct sb_shm
extern void create_sandbox(struct index_args *iargs, int n_proc, char *prefix,
int config_basename, FILE *fh, Stream *stream,
- const char *tempdir, int serial_offset);
+ const char *tempdir, int serial_start);
#endif /* IM_SANDBOX_H */