Cleanup: Remove unused comment

This was fixed a few commits ago
This commit is contained in:
andy.boot
2021-10-24 10:15:46 +01:00
parent abb08f8e1a
commit fa4405b58b
+1 -1
View File
@@ -178,7 +178,7 @@ fn main() {
.arg(
Arg::with_name("ignore_hidden")
.short("i") // Do not use 'h' this is used by 'help'
.long("ignore_hidden") //TODO: fix change - -> _
.long("ignore_hidden")
.help("Do not display hidden files"),
)
.arg(