xrandr: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Jul 13 00:05:26 PDT 2013


 man/xrandr.man |    6 +++---
 xrandr.c       |    5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit f53d8511d26a26e9bd6b1bc665f6283f1efd98d9
Author: Thomas <fischer at unix-ag.uni-kl.de>
Date:   Fri Nov 9 14:33:08 2012 +0000

    Bug 56923 - Make command line options consistent (single vs double dash)
    
    Most of xrandr's command line options follow the system of single
    dashes for single character options (e.g. "-v") and double dashes for
    long options ("--version").  The only exceptions are "-display" and
    "-help", most likely for historical reasons.  To make the behavior
    consistent across all options, the following patch adds "--display"
    and "--help" as alternatives to the current inconsistency.  The man
    page got updated as well, recommending double-dash variants for both
    options. The old behavior is still supported, so the patch should not
    break any existing usage/script.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list