Browse Source

escape things properly

pull/2/head
Brett Langdon 12 years ago
parent
commit
bf15596d0a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -39,12 +39,12 @@ tend --restart --ignoreHidden ./ "node server.js"
Running `tend` with no cli arguments will try to load your `.tendrc` file and start from any configuration set in that
#### tend <action>
#### tend \<action\>
`tend` will try to load your `.tendrc` file and run the command provided in the section `<action>`. It will run the command
once and will not watch for changes in `directory`.
#### tend [--restart] [--start] [--ignoreHidden] [--filter <filter>] [<dir> <command>]
#### tend [--restart] [--start] [--ignoreHidden] [--filter \<filter\>] [\<dir\> \<command\>]
Run `tend` with options for a single directory/command from cli rather than loading options from `.tendrc`.


Loading…
Cancel
Save