Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anarcher committed Jun 18, 2015
1 parent 9528eca commit 6b8c4ee
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 @@ -9,14 +9,14 @@
- https://registry.hub.docker.com/u/anarcher/go-cron/

```
$docker run anarcher/go-cron -h 2 ↵
$docker run anarcher/go-cron -h
Usage of go-cron:
-cpu=4: maximum number of CPUs
-file="crontab": crontab file path
```

```
$ docker run go-cron -file=crontab 2 ↵
$ docker run go-cron -file=crontab
2015/06/18 07:53:38 Add cron job spec:*/1 * * * * cmd:echo "hello world!" err:<nil>
2015/06/18 07:53:38 Add cron job spec:*/1 * * * * cmd:echo "hello" ; sleep 1 ; echo "world" err:<nil>
2015/06/18 07:53:38 Start runner
Expand Down

0 comments on commit 6b8c4ee

Please sign in to comment.