Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HurSungYun authored and githubnemo committed Nov 29, 2020
1 parent b70935d commit e4782d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ the env var `GO111MODULE=on`, which enables you to develop outside of
|`-include=…` | none | Include files whose last path component matches this glob pattern. You may have multiples of this flag.|
|`-pattern=…` | (.+\\.go|.+\\.c)$ | A regular expression which matches the files to watch. The default watches *.go* and *.c* files.|
| | | **file watch** |
|`-polling=…` | false | Which method to detect file changes.
|`-polling=…` | false | Use polling instead of FS notifications to detect changes. Default is false
|`-polling-interval=…` | 100 | Milliseconds of interval between polling file changes when polling option is selected
| | | **misc** |
|`-color=_` | false | Colorize the output of the daemon's status messages. |
|`-log-prefix=_` | true | Prefix all child process output with stdout/stderr labels and log timestamps. |
Expand Down
1 change: 1 addition & 0 deletions daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ There are command line options.
FILE WATCH
-polling - Use polling instead of FS notifications to detect changes. Default is false
-polling-interval - Milliseconds of interval between polling file changes when polling option is selected
MISC
-color - Enable colorized output
Expand Down

0 comments on commit e4782d7

Please sign in to comment.