diff options
Diffstat (limited to 'tools/gpgsplit.c')
-rw-r--r-- | tools/gpgsplit.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/gpgsplit.c b/tools/gpgsplit.c index b9787b182..674be6271 100644 --- a/tools/gpgsplit.c +++ b/tools/gpgsplit.c @@ -75,7 +75,9 @@ static ARGPARSE_OPTS opts[] = { { oUncompress, "uncompress", 0, "uncompress a packet"}, { oSecretToPublic, "secret-to-public", 0, "convert secret keys to public keys"}, { oNoSplit, "no-split", 0, "write to stdout and don't actually split"}, -{0} }; + + ARGPARSE_end () +}; static const char * |