diff options
author | Sterling Hughes <sterling@bumblebury.com> | 2001-06-01 21:56:58 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@bumblebury.com> | 2001-06-01 21:56:58 +0000 |
commit | 268867311edfa50edede21e7f35941d92203eff2 (patch) | |
tree | 9c9ffdef4c2e1787d19b5ee6881840adabac51f6 /curl-config.in | |
parent | 6840f80d212dcf2a4d0512fb1bd8841a6ea291d7 (diff) | |
download | curl-268867311edfa50edede21e7f35941d92203eff2.tar.gz |
Add documentation for the --vernum attribute
Diffstat (limited to 'curl-config.in')
-rw-r--r-- | curl-config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/curl-config.in b/curl-config.in index 7de459318..3aa42f342 100644 --- a/curl-config.in +++ b/curl-config.in @@ -22,6 +22,7 @@ Available values for OPTION include: --libs library linking information --prefix curl install prefix --version output version information + --vernum output the version information as a number (hexadecimal) EOF exit $1 |