diff --git a/wxPython/wxPython/tools/XRCed/xrced.py b/wxPython/wxPython/tools/XRCed/xrced.py index f7e19dbbc5..0a3ebbfd70 100644 --- a/wxPython/wxPython/tools/XRCed/xrced.py +++ b/wxPython/wxPython/tools/XRCed/xrced.py @@ -4,6 +4,23 @@ # Created: 20.08.2001 # RCS-ID: $Id$ +""" + +xrced -- Simple resource editor for XRC format used by wxWindows/wxPython + GUI toolkit. + +Usage: + + xrced [ -h ] [ -v ] [ XRC-file ] + +Options: + + -h Print short usage info. + + -v Print version info. +""" + + from globals import * # Additional wx modules