diff options
-rw-r--r-- | src/argparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
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). |