summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-09-06 23:14:21 -0700
committerAndre Arko <andre@arko.net>2013-09-06 23:14:21 -0700
commit65517eb377c433799fea5357fded8c56c9e6b42c (patch)
treed51df0f98d2febe12df8db6f2a4eb399216e788e
parentdd39f55d1ca9e3bda73a805fd80aa118c5f60e39 (diff)
downloadbundler-65517eb377c433799fea5357fded8c56c9e6b42c.tar.gz
exec flags must go before the command
-rw-r--r--man/bundle-exec.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-exec.ronn b/man/bundle-exec.ronn
index 4d168d4196..afa2d40db7 100644
--- a/man/bundle-exec.ronn
+++ b/man/bundle-exec.ronn
@@ -3,7 +3,7 @@ bundle-exec(1) -- Execute a command in the context of the bundle
## SYNOPSIS
-`bundle exec` <command> [--keep-file-descriptors]
+`bundle exec` [--keep-file-descriptors] <command>
## DESCRIPTION