fix: typo

This commit is contained in:
Namekuji 2023-09-25 17:05:49 -04:00
parent cdf5a31fd2
commit e3a1c0d14d
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -140,7 +140,7 @@ pub(crate) enum MigrationCommand {
value_parser, value_parser,
long, long,
default_value = "0", default_value = "0",
help = "Tne number of notes to be skipped", help = "The number of notes to be skipped while copying",
display_order = 43 display_order = 43
)] )]
note_skip: u64, note_skip: u64,