diff --git a/rse/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java b/rse/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java index ef93a372220..19b99e926c8 100644 --- a/rse/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java +++ b/rse/plugins/org.eclipse.rse.services/src/org/eclipse/rse/services/shells/IShellService.java @@ -99,6 +99,7 @@ public interface IShellService extends IService * ("") if not relevant. The remote command will launch in a * directory of its own choice in that case (typically a user's * home directory). + * @param command initial command to send to the remote side. * @param encoding Stream encoding to use, or null to fall * back to a default encoding. The Shell Service will make * efforts to determine a proper default encoding on the remote