Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
clarifying doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton committed Jun 3, 2020
1 parent f81522d commit 55ed555
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/cli/src/commands/run_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,11 @@ pub struct RunCmd {

/// Run a temporary node.
///
/// A random temporary directory will be created to store the configuration and will be deleted
/// A temporary directory will be created to store the configuration and will be deleted
/// at the end of the process.
///
/// Note: the directory is random per process execution.
/// Note: the directory is random per process execution. This directory is used as base path
/// which includes: database, node key and keystore.
#[structopt(long)]
pub tmp: bool,

Expand Down

0 comments on commit 55ed555

Please sign in to comment.