diff options
Diffstat (limited to 'test-instr.c')
-rw-r--r-- | test-instr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-instr.c b/test-instr.c index eaa71440..7d59fd9c 100644 --- a/test-instr.c +++ b/test-instr.c @@ -27,6 +27,7 @@ int main(int argc, char** argv) { if (argc > 1) { buf = argv[1]; + printf("Input %s - ", buf); } else if (read(0, buf, sizeof(buf)) < 1) { |