Skip to content

Commit

Permalink
fix command description
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 10, 2015
1 parent c416bc9 commit 0bb3ec5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

All Notable changes to laravel-tail will be documented in this file


### 1.0.0
- Initial release
- Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Quality Score](https://img.shields.io/scrutinizer/g/freekmurze/laravel-tail.svg?style=flat-square)](https://scrutinizer-ci.com/g/freekmurze/laravel-tail)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-tail.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-tail)

This package brings provides a tail command for Laravel 5. Currently only tailing the local logs is supported.
This package brings provides a tail command for Laravel 5. Currently only tailing the local log is supported.

## Install

Expand Down
2 changes: 1 addition & 1 deletion src/TailCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class TailCommand extends Command
*
* @var string
*/
protected $description = 'Tail the latest local logfile.';
protected $description = 'Tail the latest local logfile';

/**
* Create a new command instance.
Expand Down

0 comments on commit 0bb3ec5

Please sign in to comment.