diff options
-rw-r--r-- | sm/gpgsm.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index e0ad3e350..34a9b966d 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -357,12 +357,6 @@ static ARGPARSE_OPTS opts[] = { "@\n(See the man page for a complete listing of all commands and options)\n" )), - ARGPARSE_group (303, N_("@\nExamples:\n\n" - " -se -r Bob [file] sign and encrypt for user Bob\n" - " --clearsign [file] make a clear text signature\n" - " --detach-sign [file] make a detached signature\n" - " --list-keys [names] show keys\n" - " --fingerprint [names] show fingerprints\n" )), /* Hidden options. */ ARGPARSE_s_s (oCompliance, "compliance", "@"), |