diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-02-13 20:36:07 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-02-13 20:36:07 +0000 |
commit | 6e6601e9fb0e9f1b681ae11aed3c3c9db77019fd (patch) | |
tree | c2931b146e3cb5460395e07d4e760545cc31eeaa /src | |
parent | 98a24bec892c7fade065639d37def2cb32d43193 (diff) | |
download | gnutls-6e6601e9fb0e9f1b681ae11aed3c3c9db77019fd.tar.gz |
Remove --copyright (use --version).
Diffstat (limited to 'src')
-rw-r--r-- | src/certtool.gaa | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/certtool.gaa b/src/certtool.gaa index 1a3e2b1d18..0c9dfb7b0a 100644 --- a/src/certtool.gaa +++ b/src/certtool.gaa @@ -7,7 +7,6 @@ # include <io.h> #endif -void print_license(void); void certtool_version(void); #} @@ -111,7 +110,6 @@ option (d, debug) INT "LEVEL" { $debug = $1 } "specify the debug level. Default option (h, help) { gaa_help(); exit(0); } "shows this help text" option (v, version) { certtool_version(); exit(0); } "shows the program's version" -option ( copyright) { print_license(); exit(0); } "shows the program's license" init { $bits = 1024; $pkcs8 = 0; $privkey = NULL; $ca=NULL; $ca_privkey = NULL; $debug=1; $request = NULL; $infile = NULL; $outfile = NULL; $cert = NULL; |