mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
added option export
This commit is contained in:
parent
b9fccd69e4
commit
f477447d9a
43 changed files with 734 additions and 284 deletions
|
@ -182,7 +182,7 @@ encode_crypt( const char *filename, STRLIST remusr )
|
|||
goto leave;
|
||||
}
|
||||
else if( opt.verbose )
|
||||
log_error("reading from '%s'\n", filename? filename: "[stdin]");
|
||||
log_info("reading from '%s'\n", filename? filename: "[stdin]");
|
||||
|
||||
if( !(out = open_outfile( filename, opt.armor? 1:0 )) ) {
|
||||
rc = G10ERR_CREATE_FILE; /* or user said: do not overwrite */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue