Use the word option instead of key. Key reminds me of hashes

This commit is contained in:
Tiago Gomes
2013-01-10 22:59:12 +00:00
parent f7fcfec8ce
commit f3bd8ad414
6 changed files with 47 additions and 47 deletions

View File

@@ -17,7 +17,7 @@ VarIds readQueryAndEvidence (FactorGraph&, int, const char* [], int);
void runSolver (const FactorGraph&, const VarIds&);
const string USAGE = "usage: ./hcli [solver=hve|bp|cbp] \
[<HORUS>=<VALUE>]... <FILE> [<VAR>|<VAR>=<EVIDENCE>]... " ;
[<OPTION>=<VALUE>]... <FILE> [<VAR>|<VAR>=<EVIDENCE>]... " ;
int