README: correct git lfs migrate import invocation

git lfs migrate import does nothing when given no refs to work on.  Add
a command line argument to process all refs in the README example.
This commit is contained in:
brian m. carlson 2019-11-07 22:51:00 +00:00
parent 5c5e200389
commit bbe6c6ac23
No known key found for this signature in database
GPG Key ID: 2D0C9BC12F82B3A1

@ -95,7 +95,7 @@ $ git commit -m "add psd"
> in your history to use Git LFS, use `git lfs migrate`. For example:
>
> ```
> $ git lfs migrate import --include="*.psd"
> $ git lfs migrate import --include="*.psd" --everything
> ```
>
> For more information, read [`git-lfs-migrate(1)`](https://github.com/git-lfs/git-lfs/blob/master/docs/man/git-lfs-migrate.1.ronn).