From 2d6903c683d334e29fc4d90ff911b9311c5b61c5 Mon Sep 17 00:00:00 2001 From: Ionizing Date: Sun, 6 Feb 2022 20:12:18 +0800 Subject: [PATCH] [traj.rs] prettify traj.rs help description --- src/commands/traj.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/commands/traj.rs b/src/commands/traj.rs index 8e651ce..fef6463 100644 --- a/src/commands/traj.rs +++ b/src/commands/traj.rs @@ -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