Skip to content

Commit 81b782c

Browse files
committed
Fix documentation.
Closes #1823.
1 parent aef6e31 commit 81b782c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compass-style.org/content/help/index.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ layout: site
3232
$ cd /path/to/project
3333
$ compass watch
3434

35-
When it comes time to compile your css files for production use, pass the `--production`
35+
When it comes time to compile your css files for production use, pass the `-e production`
3636
compiler option to select defaults that optimize your output for end-users:
3737

38-
$ compass compile --production
38+
$ compass compile -e production
3939

4040
## Using Compass without the command line tools
4141

0 commit comments

Comments
 (0)