From fe8d598e6c762f6e8d65bcc84ce2d770ab2d4787 Mon Sep 17 00:00:00 2001 From: shrapnelnet Date: Fri, 24 Jan 2025 01:06:33 +0000 Subject: [PATCH] clarify not iso,rvz --- src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.cpp b/src/options.cpp index 2960a51..0808903 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -11,7 +11,7 @@ void version() { } void help() { - std::cout << "Usage: rvz-convert [options] file.iso" << std::endl; + std::cout << "Usage: rvz-convert [options] file.rvz" << std::endl; std::cout << "Options:\n\t-h --help\tDisplay this message" << std::endl; std::cout << "\t-v --version\tDisplay version information" << std::endl; }