Skip to content

Commit

Permalink
docs: document that if unset, a default path is used with key-file
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnWilton committed Mar 12, 2024
1 parent 22358ce commit 65bfda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homestar-runtime/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub struct InitArgs {
#[arg(
long = "key-file",
value_name = "KEY_FILE",
help = "The path to the key file. A key will be generated if the file does not exist [optional]",
help = "The path to the key file. A key will be generated if the file does not exist, and if left unspecified, a default path will be used. [optional]",
group = "init_key_arg"
)]
pub key_file: Option<Option<PathBuf>>,
Expand Down

0 comments on commit 65bfda1

Please sign in to comment.