You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by db...@apache.org on 2010/10/14 20:18:46 UTC

svn commit: r1022636 - /felix/trunk/gogo/shell/src/main/java/org/apache/felix/gogo/shell/Shell.java

Author: dbaum
Date: Thu Oct 14 18:18:46 2010
New Revision: 1022636

URL: http://svn.apache.org/viewvc?rev=1022636&view=rev
Log:
remove -i alias for --nointeractive FELIX-2661

Modified:
    felix/trunk/gogo/shell/src/main/java/org/apache/felix/gogo/shell/Shell.java

Modified: felix/trunk/gogo/shell/src/main/java/org/apache/felix/gogo/shell/Shell.java
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/shell/src/main/java/org/apache/felix/gogo/shell/Shell.java?rev=1022636&r1=1022635&r2=1022636&view=diff
==============================================================================
--- felix/trunk/gogo/shell/src/main/java/org/apache/felix/gogo/shell/Shell.java (original)
+++ felix/trunk/gogo/shell/src/main/java/org/apache/felix/gogo/shell/Shell.java Thu Oct 14 18:18:46 2010
@@ -61,7 +61,7 @@ public class Shell
                 "  args are available as session variables $1..$9 and $args.",
                 "Usage: gosh [OPTIONS] [script-file [args..]]",
                 "  -c --command             pass all remaining args to sub-shell",
-                "  -i --nointeractive       don't start interactive session",
+                "     --nointeractive       don't start interactive session",
                 "     --login               login shell (same session, reads etc/gosh_profile)",
                 "  -s --noshutdown          don't shutdown framework when script completes",
                 "  -x --xtrace              echo commands before execution",