Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Add shell indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 1, 2016
1 parent e78bd27 commit 24ce9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Output can be switched to development or build dependencies with the `--kind`
or `-k` flag:

```
cargo tree -k build
$ cargo tree -k build
postgres v0.10.2 (file:///Volumes/git/rust/rust-postgres)
└── phf_codegen v0.7.9
├── phf_generator v0.7.9
Expand All @@ -94,7 +94,7 @@ to use as the root of the tree and the `--invert` or `-i` flag inverts the
dependency graph traversal:

```
cargo tree --features serde_json -p libc -i
$ cargo tree --features serde_json -p libc -i
libc v0.2.4
├── log v0.3.4
│ └── postgres v0.10.2 (file:///Volumes/git/rust/rust-postgres)
Expand Down

0 comments on commit 24ce9bb

Please sign in to comment.