Update the usage string for hcli

This commit is contained in:
Tiago Gomes 2013-01-08 14:47:21 +00:00
parent c92b7c3e7e
commit 182429252e
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ VarIds readQueryAndEvidence (FactorGraph&, int, const char* [], int);
void runSolver (const FactorGraph&, const VarIds&);
const string USAGE = "usage: ./hcli [HORUS_FLAG=VALUE] \
MODEL_FILE [VARIABLE | OBSERVED_VARIABLE=EVIDENCE] ..." ;
const string USAGE = "usage: ./hcli \
[<KEY>=<VALUE>]... <FILE> [<VAR>|<VAR>=<EVIDENCE>]..." ;
int