From 228f1c9c58f2c615c81883cd5c98f683c04115b1 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Sun, 29 Mar 2020 11:15:13 -0400 Subject: [PATCH] fixup! --- docs/v2/manual.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/v2/manual.md b/docs/v2/manual.md index d623277..8ad0e4e 100644 --- a/docs/v2/manual.md +++ b/docs/v2/manual.md @@ -1575,13 +1575,14 @@ Compiler messages you might see: #### Everything else -Compile the code and worth through any errors it finds. Most should +Compile the code and work through any errors. Most should relate to issues listed above. -Once it compiles, test the command. Make sure `-h` displays help -properly, then try various flags and subcommands. +Once it compiles, test the command. Review the output of `-h` or any +help messages to verify they match the intended flags and subcommands. +Then test the program itself. -If you find anything not covered by this document please let us know +If you find any issues not covered by this document please let us know by submitting a comment on [Issue 921](https://github.com/urfave/cli/issues/921) so that others can benefit.