summaryrefslogtreecommitdiffstats
path: root/test/tape-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tape-test.c')
-rw-r--r--test/tape-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tape-test.c b/test/tape-test.c
index fc1b2e5..7d0f7df 100644
--- a/test/tape-test.c
+++ b/test/tape-test.c
@@ -3,7 +3,7 @@
#include <tape.c>
extern int main(int argc, char* argv[]) {
if(argc != 3) {
- printf("usage: %s source-file file-with-commands-replaced-with-a's\n", argv[0]);
+ printf("usage: %s source-file destination-file\n", argv[0]);
return 1;
}
// bvr_var_set("abc", "1234");