refactor(create_release.sh): improve release flow & comments

This commit is contained in:
Jack Wills
2022-05-08 19:26:55 +00:00
parent eb9184a1ae
commit 4283a285e2
2 changed files with 43 additions and 53 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ pub struct CliArgs {
#[clap(short = 'g')]
pub gui: bool,
/// Remove timestamps from Docker logs
/// Remove timestamps from Docker logs
#[clap(short = 't')]
pub timestamp: bool,