Index: /applications/editors/josm/plugins/CommandLine/src/CommandLine/PointAction.java
===================================================================
--- /applications/editors/josm/plugins/CommandLine/src/CommandLine/PointAction.java	(revision 33367)
+++ /applications/editors/josm/plugins/CommandLine/src/CommandLine/PointAction.java	(revision 33368)
@@ -91,5 +91,5 @@
                 if (maxInstances == 1) {
                     parentPlugin.loadParameter(point, true);
-                    exitMode();
+                    Main.map.selectSelectTool(false);
                 } else {
                     if (pointList.size() < maxInstances || maxInstances == 0) {
