Skip to content

Commit

Permalink
Merge pull request fabric#543 from mbrochh/master
Browse files Browse the repository at this point in the history
Suggestion: Mentionning lcd in the docs
  • Loading branch information
bitprophet committed Feb 29, 2012
2 parents 0b8ad67 + e1ea700 commit 3cf1d18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ Here again, we introduce a handful of new concepts:
* Fabric is just Python -- so we can make liberal use of regular Python code
constructs such as variables and string interpolation;
* `~fabric.context_managers.cd`, an easy way of prefixing commands with a
``cd /to/some/directory`` call.
``cd /to/some/directory`` call. This is similar to `~fabric.context_managers.lcd` which does the same
locally.
* `~fabric.operations.run`, which is similar to `~fabric.operations.local` but
runs remotely instead of locally.

Expand Down

0 comments on commit 3cf1d18

Please sign in to comment.