diff options
author | Dewey Garrett <dgarrett@panix.com> | 2014-02-19 21:21:56 -0700 |
---|---|---|
committer | Dewey Garrett <dgarrett@panix.com> | 2014-02-19 21:21:56 -0700 |
commit | fa704ced555bdb7dd5bb43b53f8e2371ade95ac7 (patch) | |
tree | f739ce94641b995f0c4f29c9857c47d6aa7e298a /lib | |
parent | d7fe9d456d95efcfb5c6378256e2ba45261eb089 (diff) | |
download | linuxcnc-fa704ced555bdb7dd5bb43b53f8e2371ade95ac7.tar.gz linuxcnc-fa704ced555bdb7dd5bb43b53f8e2371ade95ac7.zip |
ngcgui.txt: update documentation
update for configs tree restructure
update for pyngcgui
update for gcmc
show stanalone --help messages
Diffstat (limited to 'lib')
-rw-r--r-- | lib/python/pyngcgui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/pyngcgui.py b/lib/python/pyngcgui.py index 52858421f..fb299d47d 100644 --- a/lib/python/pyngcgui.py +++ b/lib/python/pyngcgui.py @@ -3368,7 +3368,7 @@ Notes: Multiple sets of files can be specified from an inifile. If --ini is NOT specified: search for a running linuxcnc and use it's inifile - """ % sys.argv[0]) + """ % g_progname) #----------------------------------------------------------------------------- # Standalone (and demo) usage: |