summaryrefslogtreecommitdiffstats
path: root/test/tape-test.c
diff options
context:
space:
mode:
authorAnton L. Šijanec <sijanecantonluka@gmail.com>2020-05-15 14:33:43 +0200
committerAnton L. Šijanec <sijanecantonluka@gmail.com>2020-05-15 14:33:43 +0200
commit8e6dea6ac1efe566387e0a6fc113a5f8d95af231 (patch)
tree17424d98487426689171963e29411e812d52b00b /test/tape-test.c
parentjsbundle alphabetical order (diff)
downloadbverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.tar
bverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.tar.gz
bverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.tar.bz2
bverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.tar.lz
bverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.tar.xz
bverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.tar.zst
bverbose-8e6dea6ac1efe566387e0a6fc113a5f8d95af231.zip
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");