signify aware
This commit is contained in:
parent
064dd912eb
commit
b887129ff8
@ -219,6 +219,10 @@ bool ArgParser::parse()
|
|||||||
m_pkgmkArgs += " " + s;
|
m_pkgmkArgs += " " + s;
|
||||||
} else if ( s == "-um" ) {
|
} else if ( s == "-um" ) {
|
||||||
m_pkgmkArgs += " " + s;
|
m_pkgmkArgs += " " + s;
|
||||||
|
} else if ( s == "-is" ) {
|
||||||
|
m_pkgmkArgs += " " + s;
|
||||||
|
} else if ( s == "-us" ) {
|
||||||
|
m_pkgmkArgs += " " + s;
|
||||||
} else if ( s == "-kw" ) {
|
} else if ( s == "-kw" ) {
|
||||||
m_pkgmkArgs += " " + s;
|
m_pkgmkArgs += " " + s;
|
||||||
} else if ( s == "-ns" ) {
|
} else if ( s == "-ns" ) {
|
||||||
|
@ -180,6 +180,8 @@ void PrtGet::printUsage()
|
|||||||
cout << " -if ignore footprint" << endl;
|
cout << " -if ignore footprint" << endl;
|
||||||
cout << " -um update md5sum" << endl;
|
cout << " -um update md5sum" << endl;
|
||||||
cout << " -im ignore md5sum" << endl;
|
cout << " -im ignore md5sum" << endl;
|
||||||
|
cout << " -us update signature" << endl;
|
||||||
|
cout << " -is ignore signature" << endl;
|
||||||
cout << " --margs=<string> pass 'string' to pkgmk"
|
cout << " --margs=<string> pass 'string' to pkgmk"
|
||||||
<< endl;
|
<< endl;
|
||||||
cout << " --aargs=<string> pass 'string' to pkgadd"
|
cout << " --aargs=<string> pass 'string' to pkgadd"
|
||||||
|
Loading…
Reference in New Issue
Block a user