summaryrefslogtreecommitdiff
path: root/man/bundle-open.1.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-open.1.ronn')
-rw-r--r--man/bundle-open.1.ronn19
1 files changed, 0 insertions, 19 deletions
diff --git a/man/bundle-open.1.ronn b/man/bundle-open.1.ronn
deleted file mode 100644
index 497beac93f..0000000000
--- a/man/bundle-open.1.ronn
+++ /dev/null
@@ -1,19 +0,0 @@
-bundle-open(1) -- Opens the source directory for a gem in your bundle
-=====================================================================
-
-## SYNOPSIS
-
-`bundle open` [GEM]
-
-## DESCRIPTION
-
-Opens the source directory of the provided GEM in your editor.
-
-For this to work the `EDITOR` or `BUNDLER_EDITOR` environment variable has to
-be set.
-
-Example:
-
- bundle open 'rack'
-
-Will open the source directory for the 'rack' gem in your bundle.