diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2021-12-08 19:28:18 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2021-12-08 19:49:21 +0100 |
commit | 21404d069e9c77489cebcf9e7c8995233abaca28 (patch) | |
tree | 674e7437eea290803d56e4b0090f204c7a59600a | |
parent | cd4de50188af8836b8450c15d5b60332e1f2174b (diff) | |
download | vtcol-21404d069e9c77489cebcf9e7c8995233abaca28.tar.gz |
be more specific about what “list” does
-rw-r--r-- | src/vtcol.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vtcol.rs b/src/vtcol.rs index 9a78d2f..c879641 100644 --- a/src/vtcol.rs +++ b/src/vtcol.rs @@ -68,7 +68,7 @@ impl<'a> Job ), ) .subcommand( - SubCommand::with_name("list").about("list available schemes"), + SubCommand::with_name("list").about("list builtin schemes"), ) .subcommand( SubCommand::with_name("set") |