diff options
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()  | 
