diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-08-29 05:01:15 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-08-29 05:01:15 +0200 |
commit | 65bb0ec8e86ea83ecc7540a7c713fb36991c84aa (patch) | |
tree | e6a5fac1cc1d587c0dd96b0c3be542e12f7f1835 | |
parent | 9bf0de365fac18bf95d4929ccb9aee5200c6deba (diff) | |
download | ands-65bb0ec8e86ea83ecc7540a7c713fb36991c84aa.tar.gz ands-65bb0ec8e86ea83ecc7540a7c713fb36991c84aa.tar.bz2 ands-65bb0ec8e86ea83ecc7540a7c713fb36991c84aa.tar.xz ands-65bb0ec8e86ea83ecc7540a7c713fb36991c84aa.zip |
Fix mistmatches on setup.sh command help
-rw-r--r-- | opts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ Actions: users - configure user roles & passwords storage - reconfigures Gluster and OpenShift volumes projects - reconfigures OpenShift resources if necessary - new_project <name> - add a new OpenShift namespace + add_project <name> - add a new OpenShift namespace project <name> - reconfigures a single OpenShift namespace project_groups <n> - reconfigures fs groups for a single OpenShift namespace (required for Ganesha) apps <prj> [app] - only re-generates templates for the specific namespaces (or even only specific application) |