Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Commit aecf25c

Browse files
committed
explain cat usage
1 parent 3a40eed commit aecf25c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tree.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ gboolean build_bisection_tree(gint fd,
120120
kCommandPath);
121121
g_message("for the original input (i.e. exitcode zero).");
122122
g_message("Try it yourself to verify it's working.");
123+
124+
// See the FAQ for why cat is used and not redirection.
123125
g_message("Use a command like: `cat %s | %s || echo failed`",
124126
kInputFile,
125127
kCommandPath);

0 commit comments

Comments
 (0)