Merge branch 'master' of github.com:jthornber/thin-provisioning-tools
This commit is contained in:
		@@ -50,7 +50,7 @@ namespace {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	void usage(string const &cmd) {
 | 
			
		||||
		cerr << "Usage: " << cmd << " [options] {metadata device|file}" << endl << endl;
 | 
			
		||||
		cerr << "Usage: " << cmd << " [options] {device|file}" << endl << endl;
 | 
			
		||||
		cerr << "Options:" << endl;
 | 
			
		||||
                cerr << "  {-h|--help}" << endl;
 | 
			
		||||
  		cerr << "  {-f|--format} {xml|human_readable}" << endl;
 | 
			
		||||
 
 | 
			
		||||
@@ -54,11 +54,11 @@ namespace {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	void usage(string const &cmd) {
 | 
			
		||||
		cerr << "Usage: " << cmd << " [options] [file]" << endl << endl;
 | 
			
		||||
		cerr << "Usage: " << cmd << " [options]" << endl << endl;
 | 
			
		||||
		cerr << "Options:" << endl;
 | 
			
		||||
		cerr << "  {-h|--help}" << endl;
 | 
			
		||||
		cerr << "  {-i|--input}" << endl;
 | 
			
		||||
		cerr << "  {-o [ --output} output_file" << endl;
 | 
			
		||||
		cerr << "  {-i|--input} input_file" << endl;
 | 
			
		||||
		cerr << "  {-o [ --output} {device|file}" << endl;
 | 
			
		||||
		cerr << "  {-V|--version}" << endl;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user