autcross: typo in --help
* bin/autcross.cc: Fix typo in description of --save-bogus. Reported by Juraj Major.
This commit is contained in:
parent
52fbb09e55
commit
8cea82f5c6
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
// -*- coding: utf-8 -*-
|
// -*- coding: utf-8 -*-
|
||||||
// Copyright (C) 2017, 2018, 2019 Laboratoire de Recherche et Développement de
|
// Copyright (C) 2017-2020 Laboratoire de Recherche et Développement de
|
||||||
// l'Epita (LRDE).
|
// l'Epita (LRDE).
|
||||||
//
|
//
|
||||||
// This file is part of Spot, a model checking library.
|
// This file is part of Spot, a model checking library.
|
||||||
|
|
@ -116,7 +116,7 @@ static const argp_option options[] =
|
||||||
{ "quiet", 'q', nullptr, 0,
|
{ "quiet", 'q', nullptr, 0,
|
||||||
"suppress all normal output in absence of errors", 0 },
|
"suppress all normal output in absence of errors", 0 },
|
||||||
{ "save-bogus", OPT_BOGUS, "[>>]FILENAME", 0,
|
{ "save-bogus", OPT_BOGUS, "[>>]FILENAME", 0,
|
||||||
"save formulas for which problems were detected in FILENAME", 0 },
|
"save automata for which problems were detected in FILENAME", 0 },
|
||||||
{ "verbose", OPT_VERBOSE, nullptr, 0,
|
{ "verbose", OPT_VERBOSE, nullptr, 0,
|
||||||
"print what is being done, for debugging", 0 },
|
"print what is being done, for debugging", 0 },
|
||||||
{ nullptr, 0, nullptr, 0,
|
{ nullptr, 0, nullptr, 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue