Skip to content

Commit f990763

Browse files
Update README.md
``` [09:50:46]-[avinter-web]--[/var/www/html]$ php bin/magento dev:quickdevbar:enable --help Description: Activate quickdevbar Usage: dev:quickdevbar:enable [options] Options: --clear-front-cache Clear front cache block_html & full_page --sql-profiler Activate/deactivate SQL profiler -h, --help Display help for the given command. When no command is given display help for the list command -q, --quiet Do not output any message -V, --version Display this application version --ansi|--no-ansi Force (or disable --no-ansi) ANSI output -n, --no-interaction Do not ask any interactive question -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug [09:51:07]-[avinter-web]--[/var/www/html]$ php bin/magento dev:quickdevbar:enable --sql-profiler Toolbar enabled SQL profiler is enabled in env.php Cache cleared: config ```
1 parent 7e24dd1 commit f990763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ php bin/magento dev:quickdevbar:enable
112112
```
113113
and activate full sql backtrace
114114
```
115-
php bin/magento dev:quickdevbar:enable --sql-qdb-profiler
115+
php bin/magento dev:quickdevbar:enable --sql-profiler
116116
```
117117

118118
Or via the standard configuration in the Advanced/Developer/Quick dev bar section.

0 commit comments

Comments
 (0)