diff options
author | deva <deva> | 2008-06-17 14:57:56 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-17 14:57:56 +0000 |
commit | b681594b7e4f9a5375b555b152d661581c600a96 (patch) | |
tree | 24235bfee0ecb43bd6e43d8bf6f6835a8a699ba9 /client/pracro.cc | |
parent | 9bdb1cadd2639455a6eab5135fc6ce6955d0def0 (diff) |
Multilist is now showing as it should. No functionality yet though.
Diffstat (limited to 'client/pracro.cc')
-rw-r--r-- | client/pracro.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/pracro.cc b/client/pracro.cc index 2b5c6c2..754dff2 100644 --- a/client/pracro.cc +++ b/client/pracro.cc @@ -61,6 +61,8 @@ static void print_usage() printf(" -C, --config FILE The configfile to use. Default is \""CONFIG_DEFAULT"\"\n"); printf(" -u, -U, --user USER Defines the requesting user(not the patient),\n" " defaults to \""USER_DEFAULT"\"\n"); + // printf(" -t, --test macro Run client in testmode, i.e. run without contactig any\n" + // " servers. The macro must be a local xml file.\n"); } static void print_version() |