Skip to content

Commit d857b14

Browse files
committed
fix typo
1 parent af4a682 commit d857b14

File tree

1 file changed

+1
-1
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image

1 file changed

+1
-1
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ source ${scriptDir}/../../common/validate.sh
2323
function usage {
2424
echo usage: ${script} -o dir -i file -u username -p password [-k] [-e] [-h]
2525
echo " -i Parameter inputs file, must be specified."
26-
echo " -o Ouput directory for the generated properties and YAML files, must be specified."
26+
echo " -o Output directory for the generated properties and YAML files, must be specified."
2727
echo " -u Username used in building the Docker image for WebLogic domain in image."
2828
echo " -p Password used in building the Docker image for WebLogic domain in image."
2929
echo " -e Also create the resources in the generated YAML files, optional."

0 commit comments

Comments
 (0)