--background COLOR
Used to specify the background color for the terminal at startup. The COLOR can be any form accepted by your windowing system.
--class CLASSNAME
CLASSNAME Specifies the terminal class used to configure the terminal at startup.
--command CMD, -e CMD
Runs the CMD command at startup time
--font FONT
Sets the font of the terminal to FONT
--foreground COLOR
Sets the foreground of the terminal to COLOR.
--geometry GEOMETRY
Specifies the startup geometry for this terminal. The geometry specifies the desired width and height in terminal characters. For example: --geometry=80x40 will create an eighty column by fourty line terminal.
FIXME: LInk to gnome-libs document on GEOMETRY specifications when it is written
--login
Make gnome-terminal launch the shell in login mode (it will run all of your login initialization scripts in this mode).
--nologin
Make gnome-terminal only launch a shell.
--noutmp
Indicates that this and the associated shell should not be registered in the system database of users logged into the computer.
--utmp
Indicates that the user wants this terminal to be registered in the system database of users logged into the computer (the utmp database). This is the default.
--title TITLE, -t TITLE
Makes GNOME terminal use TITLE for the window caption.