Skip to content

Commit e0893fc

Browse files
committed
Removed underscore from value name
1 parent e1e437f commit e0893fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pub struct Cli {
8585
/// Save information about the image location in the complex plane in the file name
8686
pub record_params: bool,
8787

88-
#[arg(short, long, default_value = "renders")]
88+
#[arg(short, long, default_value = "renders", value_name = "OUTPUT FOLDER")]
8989
/// The folder in which to save the resulting image
9090
pub output_folder: String,
9191
}

0 commit comments

Comments
 (0)