added --(a)ddress and --(p)ort arguments to core-gui command-line

added save/close buttons to plugins dialog
updated man page/documentation with new arguments
(Boeing r1816)
This commit is contained in:
ahrenholz 2013-12-18 18:10:19 +00:00
parent f2d1b6a553
commit ca332bd83a
6 changed files with 74 additions and 94 deletions

View file

@ -261,8 +261,7 @@ proc fileOpenStartUp {} {
# Boeing
foreach arg $argv {
if { $arg != "" && $arg != "--start -s" && $arg != "--start" && \
$arg != "--batch -b" && $arg != "--batch" } {
if { $arg != "" && $arg != "--start" && $arg != "--batch" } {
set currentFile [argAbsPathname $arg]
openFile
break