diff --git a/src/app.rs b/src/app.rs index 8ee354e3d71..6b40d286dc7 100644 --- a/src/app.rs +++ b/src/app.rs @@ -1636,7 +1636,7 @@ impl<'a, 'v, 'ab, 'u, 'h, 'ar> App<'a, 'v, 'ab, 'u, 'h, 'ar>{ l ); self.print_spaces( - if !self.unified_help { + if !self.unified_help || longest_opt == 0 { (longest_flag + 4) } else { (longest_opt + 4)