Browse Source

Merge pull request #14086 from jakesmith/hpcc-24621-dalidiag-save

HPCC-24621 add -save to dalidiag usage

Reviewed-By: Mark Kelly <mark.kelly@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 years ago
parent
commit
b7df6dd350
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dali/dalidiag/dalidiag.cpp

+ 1 - 0
dali/dalidiag/dalidiag.cpp

@@ -71,6 +71,7 @@ void usage(const char *exe)
     printf("-cleartracetransactions  -- stop tracing dali transactions\n");
     printf("-setldapflags <val>      -- set LDAP flags\n");
     printf("-getldapflags            -- get LDAP flags\n");
+    printf("-save                    -- force Dali to save (will block all clients whilst saving)\n");
 
 }