File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ $ solid start --help
202202 --server-name [value] A name for your server (not required, but will be presented on your server's frontpage)
203203 --server-description [value] A description of your server (not required)
204204 --server-logo [value] A logo that represents you, your brand, or your server (not required)
205- -s , --silent Do not print the logs to console
205+ -q , --quiet Do not print the logs to console
206206 -v, --verbose DEPRECATED: Print the logs to console.
207207 -h, --help output usage information
208208 ```
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module.exports = function (program, server) {
3232 }
3333 } )
3434
35- start . option ( '-s , --silent ' , 'Do not print the logs to console' )
35+ start . option ( '-q , --quiet ' , 'Do not print the logs to console' )
3636
3737 start . action ( ( opts ) => {
3838 let argv = extend ( { } , opts , { version : program . version ( ) } )
You can’t perform that action at this time.
0 commit comments