From 182429252ef210ed9435a14c7bd361bc8fcdb2b0 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 8 Jan 2013 14:47:21 +0000 Subject: [PATCH] Update the usage string for hcli --- packages/CLPBN/horus/HorusCli.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/CLPBN/horus/HorusCli.cpp b/packages/CLPBN/horus/HorusCli.cpp index 0997e4655..9a0fb7a3a 100644 --- a/packages/CLPBN/horus/HorusCli.cpp +++ b/packages/CLPBN/horus/HorusCli.cpp @@ -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 \ +[=]... [|=]..." ; int