From 9a1fc50febb843969f2e598f5f103fd269e54bbc Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Sat, 11 May 2019 14:51:42 +0200 Subject: tool: Fix hint - 'sq dump' was renamed to 'sq packet dump', but this reference was not updated. --- tool/src/commands/inspect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/src') 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!() -- cgit v1.2.3