diff options
author | Anton L. Šijanec <sijanecantonluka@gmail.com> | 2020-05-15 14:33:43 +0200 |
---|---|---|
committer | Anton L. Šijanec <sijanecantonluka@gmail.com> | 2020-05-15 14:33:43 +0200 |
commit | 8e6dea6ac1efe566387e0a6fc113a5f8d95af231 (patch) | |
tree | 17424d98487426689171963e29411e812d52b00b /test/tape-test.c | |
parent | jsbundle alphabetical order (diff) | |
download | bverbose-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 '')
-rw-r--r-- | test/tape-test.c | 2 |
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"); |