[thin_delta] Update the usage
This commit is contained in:
parent
bb57104542
commit
c8f408ac3c
@ -14,6 +14,7 @@ Feature: thin_delta
|
||||
"""
|
||||
Usage: thin_delta [options] --snap1 <snap> --snap2 <snap> <device or file>
|
||||
Options:
|
||||
{--verbose}
|
||||
{-h|--help}
|
||||
{-V|--version}
|
||||
"""
|
||||
@ -24,6 +25,7 @@ Feature: thin_delta
|
||||
"""
|
||||
Usage: thin_delta [options] --snap1 <snap> --snap2 <snap> <device or file>
|
||||
Options:
|
||||
{--verbose}
|
||||
{-h|--help}
|
||||
{-V|--version}
|
||||
"""
|
||||
|
@ -26,9 +26,10 @@ namespace {
|
||||
}
|
||||
|
||||
void usage(ostream &out) {
|
||||
out << "Usage: " << cmd_ << " [options] --snap1 <snap> --snap2 <snap> <device or file>" << endl
|
||||
<< "Options:" << endl
|
||||
<< " {-h|--help}" << endl
|
||||
out << "Usage: " << cmd_ << " [options] --snap1 <snap> --snap2 <snap> <device or file>\n"
|
||||
<< "Options:\n"
|
||||
<< " {--verbose}\n"
|
||||
<< " {-h|--help}\n"
|
||||
<< " {-V|--version}" << endl;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user