mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-24 16:21:56 +00:00
Update cavestats.c for newer survex help message lookup format
This commit is contained in:
parent
6740b9ab96
commit
1649f30f81
@ -50,8 +50,8 @@ static const struct option long_opts[] = {
|
||||
|
||||
static struct help_msg help[] = {
|
||||
/* <-- */
|
||||
{HLP_ENCODELONG(0), "only load the sub-survey with this prefix"},
|
||||
{0, 0}
|
||||
{HLP_ENCODELONG(0), /*only load the sub-survey with this prefix*/199, 0},
|
||||
{0, 0, 0}
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
@ -103,7 +103,7 @@ main(int argc, char **argv)
|
||||
|
||||
msg_init(argv);
|
||||
|
||||
cmdline_set_syntax_message("3D_FILE", NULL); /* TRANSLATE */
|
||||
cmdline_set_syntax_message(/*3D_FILE*/217, 0, NULL); /* TRANSLATE */
|
||||
cmdline_init(argc, argv, short_opts, long_opts, NULL, help, 1, 1);
|
||||
while (1) {
|
||||
int opt = cmdline_getopt();
|
||||
|
Loading…
Reference in New Issue
Block a user