mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Renaming
This commit is contained in:
@@ -8,6 +8,6 @@ include::Cargo.toml[lines=2..5]
|
||||
----
|
||||
|
||||
.Description
|
||||
Polkadot CLI library
|
||||
Substrate CLI library
|
||||
|
||||
include::doc/shell-completion.adoc[]
|
||||
|
||||
@@ -110,11 +110,11 @@ args:
|
||||
- telemetry:
|
||||
short: t
|
||||
long: telemetry
|
||||
help: Should connect to the Polkadot telemetry server (telemetry is off by default on local chains)
|
||||
help: Should connect to the Substrate telemetry server (telemetry is off by default on local chains)
|
||||
takes_value: false
|
||||
- no-telemetry:
|
||||
long: no-telemetry
|
||||
help: Should not connect to the Polkadot telemetry server (telemetry is on by default on global chains)
|
||||
help: Should not connect to the Substrate telemetry server (telemetry is on by default on global chains)
|
||||
takes_value: false
|
||||
- telemetry-url:
|
||||
long: telemetry-url
|
||||
|
||||
@@ -493,7 +493,7 @@ fn default_base_path() -> PathBuf {
|
||||
use app_dirs::{AppInfo, AppDataType};
|
||||
|
||||
let app_info = AppInfo {
|
||||
name: "Polkadot",
|
||||
name: "Substrate",
|
||||
author: "Parity Technologies",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user