From 4b34d6aa1954ffc518183ecfff43defe3dfa613a Mon Sep 17 00:00:00 2001 From: Shannon Duncan Date: Fri, 12 Feb 2016 21:55:01 +0000 Subject: [PATCH] remove wrong data --- plugins/c9.cli.open/open.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/c9.cli.open/open.js b/plugins/c9.cli.open/open.js index a89bb42a..f4baf0d7 100755 --- a/plugins/c9.cli.open/open.js +++ b/plugins/c9.cli.open/open.js @@ -27,7 +27,7 @@ define(function(require, exports, module) { cmd.addCommand({ name: "open", info: " Opens a file or directory.", - usage: "[--wait] [--pipe] [--stream] ", + usage: "[--wait] [--pipe] ", options: { "wait": { description: "Wait until the file(s) are closed",