Skip to content

Commit

Permalink
Revert "Fix some renames"
Browse files Browse the repository at this point in the history
This reverts commit 707fc22.
  • Loading branch information
Jane Wang authored and Jane Wang committed Jun 13, 2024
1 parent 5b7fea3 commit 0157e9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/soroban-cli/src/commands/network/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ pub enum Cmd {
Rm(rm::Cmd),
/// List networks
Ls(ls::Cmd),
/// ⚠️ Deprecated: use `stellar container start` instead
/// ⚠️ Deprecated: use `soroban container start` instead
///
/// Start network
///
/// Start a container running a Stellar node, RPC, API, and friendbot (faucet).
///
/// stellar network start <NETWORK> [OPTIONS]
/// soroban network start <NETWORK> [OPTIONS]
///
/// By default, when starting a testnet container, without any optional arguments, it will run the equivalent of the following docker command:
/// docker run --rm -p 8000:8000 --name stellar stellar/quickstart:testing --testnet --enable-soroban-rpc
Start(container::StartCmd),
/// ⚠️ Deprecated: use `stellar container stop` instead
/// ⚠️ Deprecated: use `soroban container stop` instead
///
/// Stop a network started with `network start`. For example, if you ran `stellar network start local`, you can use `stellar network stop local` to stop it.
/// Stop a network started with `network start`. For example, if you ran `soroban network start local`, you can use `soroban network stop local` to stop it.
Stop(container::StopCmd),

/// Commands to start, stop and get logs for a quickstart container
Expand Down

0 comments on commit 0157e9b

Please sign in to comment.