From 720bd4fb98f2537dcca54f538dd85f63f8320c10 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 02 Mar 2016 15:46:38 +0000 Subject: [PATCH] Updated README --- src/io.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/io.c b/src/io.c index 0a6cd57..8e97a8f 100644 --- a/src/io.c +++ b/src/io.c @@ -455,7 +455,7 @@ {"dump-filename", required_argument,0, 'f'}, {"tape-options",required_argument,0,'c'}, {"tape-template", required_argument,0,0}, - {"dump-from-vtk",required_argument,0,0}, + {"restore-from-vtk",required_argument,0,0}, {0, 0, 0, 0} }; /* getopt_long stores the option index here. */ @@ -482,7 +482,7 @@ if(strcmp(long_options[option_index].name,"tape-template")==0){ strcpy(command_line_args.tape_templatefull,optarg); } - if(strcmp(long_options[option_index].name,"dump-from-vtk")==0){ + if(strcmp(long_options[option_index].name,"restore-from-vtk")==0){ strcpy(command_line_args.dump_from_vtk,optarg); } break; -- Gitblit v1.9.3