1
0
Fork 0

Update for 0.2 release

This commit is contained in:
Daniele Tricoli 2015-11-15 08:17:32 +01:00
parent 79e6c18f8e
commit 067d0dcbf2

8
doc.go
View file

@ -11,8 +11,8 @@ It was created to remember Warsaw's Second Law: "Never change anything after
3pm on a Friday."
See http://barry.warsaw.us/software/laws.html for more details.
Directories are silently ignored and files can be excluded using --exclude
flag.
Directories are ignored if you don't use `--recursive` flag (short version `-r`)
and files can be excluded using `--exclude` flag (short version `-e`).
For example:
@ -23,5 +23,9 @@ files:
# mvshaker /bin/* -e bash -e ls
Since version 0.2:
# mvshaker -r /bin -e bash -e ls
*/
package main // import "eriol.xyz/mvshaker"