Skip to content

Commit

Permalink
[traj.rs] prettify traj.rs help description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionizing committed Feb 6, 2022
1 parent 7f2c9b7 commit 2d6903c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/commands/traj.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ use crate::{
#[structopt(setting = AppSettings::ColoredHelp,
setting = AppSettings::ColorAuto,
setting = AppSettings::AllowNegativeNumbers)]
/// Operations about relaxation/MD trajectory, POSCAR is needed if you want to preserve the
/// constraints when saving frames to POSCAR.
/// Operations about relaxation/MD trajectory.
///
/// POSCAR is needed if you want to preserve the constraints when saving frames to POSCAR.
pub struct Traj {
#[structopt(short = "o", long, default_value = "./OUTCAR")]
/// Specify the input OUTCAR file
Expand Down

0 comments on commit 2d6903c

Please sign in to comment.