We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2499f9e commit f4c1cb7Copy full SHA for f4c1cb7
src/main.rs
@@ -345,17 +345,6 @@ fn gerf() -> Command {
345
))
346
.action(ArgAction::SetTrue),
347
)
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
- )
359
.arg(
360
Arg::new("override")
361
.short('o')
0 commit comments