From af5cb3dd76c46740a69b4135f6a7b6b1932e0326 Mon Sep 17 00:00:00 2001 From: Bez Hermoso Date: Wed, 25 Jun 2014 14:23:00 -0700 Subject: [PATCH] Removed ambiguity --- Resources/doc/swagger-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/swagger-support.md b/Resources/doc/swagger-support.md index 493cd64..f45d0dd 100644 --- a/Resources/doc/swagger-support.md +++ b/Resources/doc/swagger-support.md @@ -83,7 +83,7 @@ The routes registered with the method above will read your `@ApiDoc` annotation php app/console api:swagger:dump --all app/Resources/swagger-docs ``` -The above command will dump JSON files under the `app/Resources/swagger-docs` directory (relative to your project root, which is the default destination if the argument is not provided), and you can now process or server the files however you want. +The above command will dump JSON files under the `app/Resources/swagger-docs` directory (relative to your project root), and you can now process or server the files however you want. (If the destination defaults to the project root if not specified.) ####Selective dumps