Skip to content

Commit

Permalink
docs: update help text for key-file to say it'll generate a key
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnWilton committed Mar 12, 2024
1 parent 77adc20 commit 2c47daf
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 [optional]",
help = "The path to the key file. A key will be generated if the file does not exist [optional]",
group = "init_key_arg"
)]
pub key_file: Option<PathBuf>,
Expand Down

0 comments on commit 2c47daf

Please sign in to comment.