summaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-05-11 14:51:42 +0200
committerNeal H. Walfield <neal@pep.foundation>2019-05-11 14:51:42 +0200
commit9a1fc50febb843969f2e598f5f103fd269e54bbc (patch)
treed5004eb0a74d2c346ea9ca71532e9178bcc67b9a /tool
parent5a2688066b934f73ff4e69640f2bc47211a84451 (diff)
tool: Fix hint
- 'sq dump' was renamed to 'sq packet dump', but this reference was not updated.
Diffstat (limited to 'tool')
-rw-r--r--tool/src/commands/inspect.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/src/commands/inspect.rs b/tool/src/commands/inspect.rs
index 84e66520..8f9b776b 100644
--- a/tool/src/commands/inspect.rs
+++ b/tool/src/commands/inspect.rs
@@ -108,7 +108,7 @@ pub fn inspect(m: &clap::ArgMatches, output: &mut io::Write)
} else {
writeln!(output, "Unknown sequence of OpenPGP packets.")?;
writeln!(output)?;
- writeln!(output, "Hint: Try 'sq dump {}'", input_name)?;
+ writeln!(output, "Hint: Try 'sq packet dump {}'", input_name)?;
}
} else {
unreachable!()