зеркало из https://github.com/mozilla/gecko-dev.git
geckodriver: correct language in version string
Source-Repo: https://github.com/mozilla/geckodriver Source-Revision: 1805a0ccfe61092bbd71ed2e1c8bd513713cf905 --HG-- extra : rebase_source : 0a76ef1016606e44005efbc68087cbf57de34794
This commit is contained in:
Родитель
643775e3ee
Коммит
61093e5130
|
@ -36,7 +36,9 @@ mod marionette;
|
|||
|
||||
lazy_static! {
|
||||
pub static ref VERSION: String =
|
||||
format!("{}\n\n{}", crate_version!(), "The source is available at https://github.com/mozilla/geckodriver
|
||||
format!("{}\n\n{}", crate_version!(),
|
||||
"The source code of this program is available at
|
||||
https://github.com/mozilla/geckodriver.
|
||||
|
||||
This program is subject to the terms of the Mozilla Public License 2.0.
|
||||
You can obtain a copy of the license at https://mozilla.org/MPL/2.0/.");
|
||||
|
|
Загрузка…
Ссылка в новой задаче