Skip to content

Commit c857572

Browse files
committed
removing -remote_oracle_home from help text
1 parent 324f4bb commit c857572

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

installer/src/main/bin/discoverDomain.cmd

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,7 @@ ECHO The -remote argument, which only works in online mode, tells WDT to disc
210210
ECHO the domain from a remote server. Since there is no access to the remote
211211
ECHO server's file system, no archive file will be generated. However, the file
212212
ECHO references in the model will contain the values pointing into the archive
213-
ECHO file (which the user must construct separately). With this option, the
214-
ECHO -remote_oracle_home value should be the remote server's Oracle home path. This
215-
ECHO allows discover domain to tokenize any file system references containing
216-
ECHO the Oracle home path.
213+
ECHO file (which the user must construct separately).
217214
ECHO.
218215

219216
:exit_script

installer/src/main/bin/discoverDomain.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,7 @@ usage() {
175175
echo " the domain from a remote server. Since there is no access to the remote"
176176
echo " server's file system, no archive file will be generated. However, the file"
177177
echo " references in the model will contain the values pointing into the archive"
178-
echo " file (which the user must construct separately). With this option, the"
179-
echo " -remote_oracle_home value should be the remote server's Oracle home path. This"
180-
echo " allows discover domain to tokenize any file system references containing"
181-
echo " the Oracle home path."
178+
echo " file (which the user must construct separately)."
182179
echo ""
183180
}
184181

0 commit comments

Comments
 (0)