We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317d919 commit d1514abCopy full SHA for d1514ab
kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/create-domain.sh
@@ -27,7 +27,7 @@ source ${scriptDir}/../../common/validate.sh
27
function usage {
28
echo usage: ${script} -o dir -i file [-e] [-v] [-h]
29
echo " -i Parameter inputs file, must be specified."
30
- echo " -o Ouput directory for the generated yaml files, must be specified."
+ echo " -o Output directory for the generated yaml files, must be specified."
31
echo " -e Also create the resources in the generated yaml files, optional."
32
echo " -v Validate the existence of persistentVolumeClaim, optional."
33
echo " -h Help"
0 commit comments