summaryrefslogtreecommitdiffstats
path: root/tool/src/sq_cli.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-09-19 12:23:46 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-09-20 13:37:23 +0200
commit71c442e5312804f882b96527fd8ba02afbbfb4ac (patch)
treef4faba1b5a0b32740158f40f940e83cf1304908c /tool/src/sq_cli.rs
parenta7185042ee6a3181235bdb657c5857f95c009331 (diff)
tool: Implement appending signatures to detached signatures.
- See #67.
Diffstat (limited to 'tool/src/sq_cli.rs')
-rw-r--r--tool/src/sq_cli.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tool/src/sq_cli.rs b/tool/src/sq_cli.rs
index 72c596d0..da38eaa2 100644
--- a/tool/src/sq_cli.rs
+++ b/tool/src/sq_cli.rs
@@ -93,6 +93,10 @@ pub fn build() -> App<'static, 'static> {
.arg(Arg::with_name("detached")
.long("detached")
.help("Create a detached signature"))
+ .arg(Arg::with_name("append")
+ .long("append")
+ .short("a")
+ .help("Append signature to existing signature"))
.arg(Arg::with_name("secret-key-file")
.long("secret-key-file")
.multiple(true)