aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Garrelou <simon.garrelou@gmail.com>2023-06-18 20:51:09 +0200
committerSimon Garrelou <simon.garrelou@gmail.com>2023-06-18 20:51:09 +0200
commite1488de3a644113b4de826767a003426c0004d42 (patch)
treeffeb96c3e6c2093e0a7b39c453678f3d351c9c0d
parentb54631d9c18d5b2c3fdefa954a30aca96da4f0dd (diff)
downloadrss-e1488de3a644113b4de826767a003426c0004d42.tar.gz
rss-e1488de3a644113b4de826767a003426c0004d42.zip
change sort description
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 0bb6df1..1836aeb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -18,7 +18,7 @@ enum Commands {
18 /// Fetches a feed from a URL 18 /// Fetches a feed from a URL
19 Fetch { url: String }, 19 Fetch { url: String },
20 20
21 /// Sorts a feed by date 21 /// Sorts a feed
22 Sort { 22 Sort {
23 #[arg(short, long)] 23 #[arg(short, long)]
24 by: Option<SortBy>, 24 by: Option<SortBy>,