From a5a513e0fdb8de555d8253f93e249cf0313887b9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 26 May 2023 17:25:38 +0200 Subject: doc: Typo fix -- --- src/argparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/argparse.c b/src/argparse.c index 8651e00..2399c43 100644 --- a/src/argparse.c +++ b/src/argparse.c @@ -997,7 +997,7 @@ handle_meta_user (gpgrt_argparse_t *arg, unsigned int alternate, char *args) * != The numerical values must not match * <= The numerical values must be LE than the value. * < The numerical values must be LT than the value. - * >= The numerical values must be GT than the value. + * > The numerical values must be GT than the value. * >= The numerical values must be GE than the value. * -n True if value is not empty (STRING2 not allowed). * -z True if value is empty (STRING2 not allowed). -- cgit v1.2.3