diff options
Diffstat (limited to '')
-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; |