eric5.py

changeset 2930
92973b701875
parent 2779
4d433896b6d6
child 2965
d133c7edd88a
child 3056
9986ec0e559a
diff -r 28ab0bc63d69 -r 92973b701875 eric5.py
--- a/eric5.py	Mon Sep 23 19:32:25 2013 +0200
+++ b/eric5.py	Mon Sep 23 19:35:27 2013 +0200
@@ -162,6 +162,9 @@
         ("--nosplash", "don't show the splash screen"),
         ("--noopen", "don't open anything at startup except that given in command"),
         ("--plugin=plugin-file", "load the given plugin file (plugin development)"),
+        ("--start-file", "load the most recently opened file"),
+        ("--start-multi", "load the most recently opened multi-project"),
+        ("--start-project", "load the most recently opened project"),
         ("--start-session", "load the global session file"),
         ("--", "indicate that there are options for the program to be debugged"),
         ("", "(everything after that is considered arguments for this program)")

eric ide

mercurial