geforkt von mirrored/vaultwarden
Merge pull request #994 from jjlin/help-text
Update startup banner to direct usage/config questions to the forum
Dieser Commit ist enthalten in:
Commit
dc2f8e5c85
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
|
@ -102,7 +102,10 @@ fn launch_info() {
|
||||||
println!("|--------------------------------------------------------------------|");
|
println!("|--------------------------------------------------------------------|");
|
||||||
println!("| This is an *unofficial* Bitwarden implementation, DO NOT use the |");
|
println!("| This is an *unofficial* Bitwarden implementation, DO NOT use the |");
|
||||||
println!("| official channels to report bugs/features, regardless of client. |");
|
println!("| official channels to report bugs/features, regardless of client. |");
|
||||||
println!("| Report URL: https://github.com/dani-garcia/bitwarden_rs/issues/new |");
|
println!("| Send usage/configuration questions or feature requests to: |");
|
||||||
|
println!("| https://bitwardenrs.discourse.group/ |");
|
||||||
|
println!("| Report suspected bugs/issues in the software itself at: |");
|
||||||
|
println!("| https://github.com/dani-garcia/bitwarden_rs/issues/new |");
|
||||||
println!("\\--------------------------------------------------------------------/\n");
|
println!("\\--------------------------------------------------------------------/\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Laden …
In neuem Issue referenzieren