Skip to content

Commit d8a2a51

Browse files
author
Nina Chaubal
committed
Use quiet instead of silent
1 parent 8e2d6ee commit d8a2a51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

bin/lib/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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() })

0 commit comments

Comments
 (0)