From 9b5f25b881bfdbd2e4aeee2c48b11fbb531b47d8 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Thu, 9 Apr 2020 18:15:03 +0800 Subject: [PATCH] update readme --- tools/cg/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/cg/README.md b/tools/cg/README.md index cad1c328..a837eeb5 100644 --- a/tools/cg/README.md +++ b/tools/cg/README.md @@ -2,15 +2,15 @@ ###Usage ``` -php yaf_cg Sample +php yaf_cg -d Sample ``` will generator folder "Sample" under output: ``` -$ ls output/Sample/ +$ ls ./Sample/ application/ conf/ index.php readme.txt ``` ``` -php yaf_cg Sample '' n +php yaf_cg -d Sample -n will generate a namespace example ```