diff options
Diffstat (limited to 'load/load.cli')
-rw-r--r-- | load/load.cli | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/load/load.cli b/load/load.cli index 99d76f6..2061c26 100644 --- a/load/load.cli +++ b/load/load.cli @@ -72,6 +72,13 @@ class options specified, then the single-tenant mode is assumed." }; + bool --existing-tenant + { + "Load the repository and package information into the already created empty + tenant rather than into the newly created one. Requires the \cb{--tenant} + option to be specified." + }; + bool --private { "Display the tenant packages in the web interface only in the tenant view |