summaryrefslogtreecommitdiff
path: root/doc/source/devel/designer_tutorial.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/devel/designer_tutorial.rst')
-rw-r--r--doc/source/devel/designer_tutorial.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/devel/designer_tutorial.rst b/doc/source/devel/designer_tutorial.rst
index 1443543c..aae60de9 100644
--- a/doc/source/devel/designer_tutorial.rst
+++ b/doc/source/devel/designer_tutorial.rst
@@ -6,13 +6,13 @@ Taurus Qt Designer tutorial
Taurus widgets behave just as any other Qt widget, and as such, they can be used
to create GUIs in a regular way, both programmatically or using the Qt designer.
-For convenience, Taurus provides the `taurusdesigner` command that launches the
+For convenience, Taurus provides the `taurus designer` command that launches the
standard Qt designer application extended to show also the widgets provided by
Taurus.
To launch it, just execute::
- taurusdesigner
+ taurus designer
.. tip::