minor change

This commit is contained in:
Nathaniel Landau
2015-05-27 10:58:57 -04:00
parent bd93a48365
commit 91ca0f08f9

View File

@@ -45,7 +45,7 @@ This is a bash script boilerplate template that I use to create all my scripts.
* Writing logs
* Checking for dependecies (i.e. - ffmpeg or rsync)
* Passing options from the command line
* Printing usage information when '-h' is passed
* Printing usage information when `-h` is passed
## Usage
To use the bash boilerplate for your own script follow these steps.