From 7e3ed8171f02a9897ff8f9237c998d72ff49272f Mon Sep 17 00:00:00 2001 From: Ionizing Date: Wed, 8 May 2024 21:03:18 +0800 Subject: [PATCH] [wav3d.rs] Fix argument help message newlines --- src/commands/wav3d.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/commands/wav3d.rs b/src/commands/wav3d.rs index 3ce1e54..f895213 100644 --- a/src/commands/wav3d.rs +++ b/src/commands/wav3d.rs @@ -105,10 +105,9 @@ pub struct Wav3D { /// Perform sum-up of the charge densities for selected bands. /// /// With this flag open, only `normsquared` or `ns` or `uns` or `dns` are allowed for - /// the `-o`/`--output-parts` option. - /// - /// IMPORTANT NOTES: - /// - The prefix for output filename `sum-prefix` is also required and has no default prefix. + /// the `-o`/`--output-parts` option.{n} + /// IMPORTANT NOTES:{n} + /// - The prefix for output filename `sum-prefix` is also required and has no default prefix.{n} /// - The individual charge densities will not be saved to corresponding '.vasp' files /// if this flag is on. sum_chgs: bool,