mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Cleanup: Remove unused comment
This was fixed a few commits ago
This commit is contained in:
+1
-1
@@ -178,7 +178,7 @@ fn main() {
|
|||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("ignore_hidden")
|
Arg::with_name("ignore_hidden")
|
||||||
.short("i") // Do not use 'h' this is used by 'help'
|
.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"),
|
.help("Do not display hidden files"),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
|
|||||||
Reference in New Issue
Block a user