Fix message.

- Always parenthesize the message.
This commit is contained in:
Neal H. Walfield 2024-11-30 09:56:21 +01:00
parent d6992416f4
commit de9c5f48b0
No known key found for this signature in database
GPG Key ID: 6863C9AD5B4D22D3

View File

@ -106,7 +106,7 @@ file{}, and to create a template that can be edited to your liking.
rest);
}
}
p
format!(" (default location: {})", p)
})
.unwrap_or("".to_string())),
subcommand_required = true,