Fix parameter order in help
authorlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 9 Sep 2010 20:35:44 +0000 (20:35 +0000)
committerlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 9 Sep 2010 20:35:44 +0000 (20:35 +0000)
Calling help in edje_player was showing the wrong order for sending a signal.
The right order is the same of the function edje_object_signal_emit()

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@52105 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_player.c

index 2c8d54b..27b9b89 100644 (file)
@@ -137,7 +137,7 @@ _slave_mode_help(Evas_Object *edje __UNUSED__, char *args __UNUSED__)
        "\t<command> [arguments]\n"
        "\n"
        "Available commands:\n"
-       "\tsignal <source> <emission>\n"
+       "\tsignal <emission> <source>\n"
        "\t   sends a signal to edje\n"
        "\tinfo <part>\n"
        "\t   Print part geometry: <x>,<y>,<w>,<h>\n"