From e2d23d4b76000263e9f939637353bbc4bb9289fd Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 14 May 2020 16:08:51 +0200 Subject: add documentation about --sort --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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, -- cgit v1.2.3