From 63a842d53c56794babdeaf5092984c1afae4008f Mon Sep 17 00:00:00 2001 From: David McKenna Date: Tue, 15 Sep 2020 10:13:09 +0100 Subject: [PATCH] Add a note about '--out,-o' support to the filmerge help message --- src/filmerge.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/filmerge.cpp b/src/filmerge.cpp index d63bb4a..7e55491 100644 --- a/src/filmerge.cpp +++ b/src/filmerge.cpp @@ -16,6 +16,7 @@ void print_usage(){ printf("================\n"); printf("\n"); printf("Take many fil files, sensibly combine them. They must align in time and be consecutive or align in frequency.\n"); + printf("--out,-o : output file location (def = out.fil)\n"); printf("--help,-h : print this help text\n"); printf("\n"); }