diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/main.rs b/src/main.rs index 43a6f59..84d1063 100644 --- a/src/main.rs +++ b/src/main.rs @@ -81,6 +81,9 @@ pub struct Opt {      no_color: bool,      /// Sort the output. +    /// +    /// Valid sorting fields are date, boss, cm and outcome. Prefix the field with ~ to sort in +    /// descending order.      #[structopt(short = "s", long = "sort")]      sorting: Option<Sorting>, | 
