Skip to content

Commit

Permalink
[wav3d.rs] Fix argument help message newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionizing committed May 8, 2024
1 parent cbf6e05 commit 7e3ed81
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/commands/wav3d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7e3ed81

Please sign in to comment.