Difference between revisions of "Command line"

From Tučňák Wiki
Jump to: navigation, search
(New page: * -d - it enables listing debug information to stderr. * --debug=file - it saves debug information to file <file>)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
* -d - it enables listing debug information to stderr.
+
{{Languages}}
* --debug=file - it saves debug information to file <file>
+
 
 +
* -d - enables print of debug information to stderr (does not work under Windows, use -Dfile)
 +
* -Dfile - enables print of debug information to 'file'
 +
* -g - force graphics mode
 +
* -h, -? - print help about command line
 +
* -i - print informations about detected hardware
 +
* -k - debug keystrokes in graphics mode
 +
* -m - set time on PC from master (requires root privileges)
 +
* -s - print build configuration (settings file)
 +
* -t - force text mode

Revision as of 20:32, 9 August 2020

  • -d - enables print of debug information to stderr (does not work under Windows, use -Dfile)
  • -Dfile - enables print of debug information to 'file'
  • -g - force graphics mode
  • -h, -? - print help about command line
  • -i - print informations about detected hardware
  • -k - debug keystrokes in graphics mode
  • -m - set time on PC from master (requires root privileges)
  • -s - print build configuration (settings file)
  • -t - force text mode