From 5228a0a58dcac2e435da00e695a40664ec15df92 Mon Sep 17 00:00:00 2001 From: Roman Rolinsky Date: Mon, 13 Jan 2003 12:30:42 +0000 Subject: [PATCH] Added short doc-string git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/tools/XRCed/xrced.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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