clarify not iso,rvz

This commit is contained in:
shrapnelnet 2025-01-24 01:06:33 +00:00
parent 70b23d6e3c
commit fe8d598e6c
Signed by: observer
GPG Key ID: 934A62C2C469FFAF

View File

@ -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;
}