Fixing typos.

v0.27.3
Robin Mills 10 years ago
parent 5ccb535bdc
commit d00212f4f6

@ -238,8 +238,8 @@ void fileSystemPush(const char* path,Jzon::Node& nfs)
int main(int argc, char* const argv[])
try {
if (argc < 2 || argc > 3) {
std::cout << "Usage: " << argv[0] << " [-option] file\n";
std::cout << "Option: all | exif | iptc | xmp | filesystem" << argv[0] << " [option] file\n";
std::cout << "Usage: " << argv[0] << " [-option] file" << std::endl;
std::cout << "Option: all | exif | iptc | xmp | filesystem" << std::endl;
return 1;
}
const char* path = argv[argc-1];

Loading…
Cancel
Save