diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-27 15:29:07 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-27 15:29:07 +0300 |
commit | ba9ed2129dc2dd04406f718e94d00236441c7692 (patch) | |
tree | b734bb0d0861c1d3915980a9561ff666b5f855c9 | |
parent | 943c712c39f8389e0b730e10c32b3fa860602853 (diff) |
Fix loader tenant option definition
-rw-r--r-- | load/load.cli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/load/load.cli b/load/load.cli index 62c3204..babaaf6 100644 --- a/load/load.cli +++ b/load/load.cli @@ -54,6 +54,7 @@ class options std::string --tenant { + "<id>", "Tenant the package and repository information should be loaded in. If not specified, then the single-tenant mode is assumed." }; |