How can I solve this type of error?
Change command to:
php artisan make:migration create_books_table --create=books
Command thinks that you're trying to pass two arguments. You should use --create, as an option:
--create
https://laravel.com/docs/5.1/migrations#generating-migrations