mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-04 04:52:47 -05:00
Don't exit(1) after printing PGP key fingerprints.
That's not a failure outcome. The user asked for some information; we printed it; nothing went wrong. Mission successful, so exit(0)! I noticed this because it was sitting right next to some of the usage() calls modified in the previous commit. Those also had the misfeature of exiting with failure after successfully printing the help, possibly due to confusion arising from the way that usage() was _sometimes_ printed on error as well. But pgp_fingerprints() has no such excuse. That one's just silly.
This commit is contained in:
Reference in New Issue
Block a user