summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index ff7c268..fc069c8 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -287,7 +287,7 @@ pub fn cli<'a>() -> App<'a> {
.short('L')
.takes_value(true)
.value_name("LIMIT")
- .about("Only list newest <LIMIT> jobs instead of all")
+ .about("Only list newest LIMIT jobs instead of all")
)
)