Skip to content

Commit 1945b17

Browse files
committed
syntax error fixed
1 parent 9ce7024 commit 1945b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use utils::{copy_incremental, load_translations, log_output, Logger};
1212
author = "Alessandro Maestri",
1313
version,
1414
about = "rBackup - New incremental directory backup",
15-
long_about = "rbakcup: a Rust-based backup tool that copies only new or modified files from a source to a destination directory. Supports multithreading, language localization, logging, and progress display.",
15+
long_about = "rbackup: a Rust-based backup tool that copies only new or modified files from a source to a destination directory. Supports multithreading, language localization, logging, and progress display.",
1616
arg_required_else_help = true
1717
)]
1818
struct Args {

0 commit comments

Comments
 (0)