aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-05-26 15:25:38 +0000
committerWerner Koch <[email protected]>2023-05-26 15:26:02 +0000
commita5a513e0fdb8de555d8253f93e249cf0313887b9 (patch)
treee60068c130009491f25241c58bb987dc00d02e4d
parentAdd GNU system support for cross compilation. (diff)
downloadlibgpg-error-a5a513e0fdb8de555d8253f93e249cf0313887b9.tar.gz
libgpg-error-a5a513e0fdb8de555d8253f93e249cf0313887b9.zip
doc: Typo fix
--
-rw-r--r--src/argparse.c2
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).