Skip to content

Commit f4c1cb7

Browse files
committed
removed unit tb flag
1 parent 2499f9e commit f4c1cb7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/main.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -345,17 +345,6 @@ fn gerf() -> Command {
345345
))
346346
.action(ArgAction::SetTrue),
347347
)
348-
.arg(
349-
Arg::new("tb")
350-
.long("tb")
351-
.aliases(["terabyte", "terabytes"])
352-
.help("Treat size input as terabyte [Tb]")
353-
.long_help(format!(
354-
"{}\n{}",
355-
"Treat size input as terabyte [Tb]", "Not as bytes [b]"
356-
))
357-
.action(ArgAction::SetTrue),
358-
)
359348
.arg(
360349
Arg::new("override")
361350
.short('o')

0 commit comments

Comments
 (0)