diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-10 17:33:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-10 17:33:52 +0200 |
commit | 9279dbb2741de7bc599699a95728b1b7c2b6790a (patch) | |
tree | c09d02cdaeff78be8f6a89d49014a3640bec870c /numtext-strip.c | |
parent | Add multicall binary (diff) | |
download | libnumtext-9279dbb2741de7bc599699a95728b1b7c2b6790a.tar.gz libnumtext-9279dbb2741de7bc599699a95728b1b7c2b6790a.tar.bz2 libnumtext-9279dbb2741de7bc599699a95728b1b7c2b6790a.tar.xz |
m + add card2ord
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'numtext-strip.c')
-rw-r--r-- | numtext-strip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numtext-strip.c b/numtext-strip.c index 5ebe2ff..85719af 100644 --- a/numtext-strip.c +++ b/numtext-strip.c @@ -3,7 +3,7 @@ #include "common.h" #include <libsimple-arg.h> -USAGE("-l language"); +USAGE("-l language [number ...]"); static enum libnumtext_language lang; |