Skip to content

Commit

Permalink
explain cat usage
Browse files Browse the repository at this point in the history
  • Loading branch information
taviso committed Mar 16, 2019
1 parent 3a40eed commit aecf25c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ gboolean build_bisection_tree(gint fd,
kCommandPath);
g_message("for the original input (i.e. exitcode zero).");
g_message("Try it yourself to verify it's working.");

// See the FAQ for why cat is used and not redirection.
g_message("Use a command like: `cat %s | %s || echo failed`",
kInputFile,
kCommandPath);
Expand Down

0 comments on commit aecf25c

Please sign in to comment.