diff doc/interpreter/basics.txi @ 16774:8d188159ce5f

Add -W command line option to disable window system (bug #38937) * libinterp/octave.cc: Add -W as a short form of --no-window-system option. * doc/interpreter/basics.txi: Add -W command line form to documentation.
author Rik <rik@octave.org>
date Wed, 19 Jun 2013 11:36:42 -0700
parents 7eff3032d144
children 2fd22fbaffa3
line wrap: on
line diff
--- a/doc/interpreter/basics.txi	Sun Apr 28 22:12:20 2013 +0200
+++ b/doc/interpreter/basics.txi	Wed Jun 19 11:36:42 2013 -0700
@@ -185,7 +185,8 @@
 @cindex @code{--no-site-file}
 Don't read the site-wide @file{octaverc} initialization files.
 
-@item --no-window-system
+@item  --no-window-system
+@itemx -W
 @cindex @code{--no-window-system}
 Disable use of a windowing system including graphics.  This forces a
 strictly terminal-only environment.