summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-05-18 09:25:22 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-05-18 09:25:22 +0200
commit34dcd270f4628b9ef6614e35de65f75dcaa7d492 (patch)
treebf88f09c0627a9c545bf9dc30c8137b35fd23621 /src/cli.rs
parent913ca85999b3f558a1f842e00b2addc85aa3c561 (diff)
Remove angle brackets for readability and consistency
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
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")
)
)