diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-16 09:04:03 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-10-16 09:04:03 (GMT) |
commit | 9f721ea6f708eacecf3ea6d9c144dabb7cc6e128 (patch) | |
tree | 7ae6bb6f2a6eda58ecf49664627da44a749c6b50 /src | |
parent | d9470e8b8c8a432b41885cfd501e536c22646db7 (diff) |
Fixed message when using the wrong nr arguments.
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/tng_io_read_pos_util.c | 2 | ||||
-rw-r--r-- | src/tests/tng_parallel_read.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/tng_io_read_pos_util.c b/src/tests/tng_io_read_pos_util.c index 797788c..0f81778 100644 --- a/src/tests/tng_io_read_pos_util.c +++ b/src/tests/tng_io_read_pos_util.c @@ -33,7 +33,7 @@ int main(int argc, char **argv) { printf("No file specified\n"); printf("Usage:\n"); - printf("tng_io_read_pos <tng_file> " + printf("tng_io_read_pos_util <tng_file> " "[first_frame = %d] [last_frame = %d]\n", first_frame, last_frame); exit(1); diff --git a/src/tests/tng_parallel_read.c b/src/tests/tng_parallel_read.c index 6e6994e..a55a006 100644 --- a/src/tests/tng_parallel_read.c +++ b/src/tests/tng_parallel_read.c @@ -42,7 +42,7 @@ int main(int argc, char **argv) { printf("No file specified\n"); printf("Usage:\n"); - printf("tng_io_read_pos <tng_file> [particle number = %"PRId64"]\n", + printf("tng_parallel_read <tng_file> [particle number = %"PRId64"]\n", particle); exit(1); } |