mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
* gpgkeys_hkp.c: "Warning" -> "WARNING"
This commit is contained in:
parent
2610f0ee62
commit
ceb76da7e2
@ -1,3 +1,7 @@
|
|||||||
|
2002-07-25 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpgkeys_hkp.c: "Warning" -> "WARNING"
|
||||||
|
|
||||||
2002-07-24 David Shaw <dshaw@jabberwocky.com>
|
2002-07-24 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* Makefile.am: Install keyserver helpers in @GNUPG_LIBEXECDIR@
|
* Makefile.am: Install keyserver helpers in @GNUPG_LIBEXECDIR@
|
||||||
|
@ -681,7 +681,7 @@ int main(int argc,char *argv[])
|
|||||||
console=stderr;
|
console=stderr;
|
||||||
|
|
||||||
fprintf(console,
|
fprintf(console,
|
||||||
"gpgkeys: Warning: this is an *experimental* HKP interface!\n");
|
"gpgkeys: WARNING: this is an *experimental* HKP interface!\n");
|
||||||
|
|
||||||
while((arg=getopt(argc,argv,"ho:"))!=-1)
|
while((arg=getopt(argc,argv,"ho:"))!=-1)
|
||||||
switch(arg)
|
switch(arg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user