summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2017-01-21 11:58:39 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2017-01-21 11:58:39 +0100
commitb887129ff8e46da040c5711711adcf1ed14e8f2c (patch)
tree6e8501e17d0f5e6202812298a8440f8f35514196
parent064dd912eb3753577d68d845229aee2318810715 (diff)
downloadprt-get-b887129ff8e46da040c5711711adcf1ed14e8f2c.tar.gz
prt-get-b887129ff8e46da040c5711711adcf1ed14e8f2c.tar.xz
signify awaresignify
-rw-r--r--src/argparser.cpp6
-rw-r--r--src/prtget.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/argparser.cpp b/src/argparser.cpp
index b971212..7c22d7f 100644
--- a/src/argparser.cpp
+++ b/src/argparser.cpp
@@ -219,7 +219,11 @@ bool ArgParser::parse()
m_pkgmkArgs += " " + s;
} else if ( s == "-um" ) {
m_pkgmkArgs += " " + s;
- } else if ( s == "-kw" ) {
+ } else if ( s == "-is" ) {
+ m_pkgmkArgs += " " + s;
+ } else if ( s == "-us" ) {
+ m_pkgmkArgs += " " + s;
+ } else if ( s == "-kw" ) {
m_pkgmkArgs += " " + s;
} else if ( s == "-ns" ) {
m_pkgmkArgs += " " + s;
diff --git a/src/prtget.cpp b/src/prtget.cpp
index 3d9863f..8a790bc 100644
--- a/src/prtget.cpp
+++ b/src/prtget.cpp
@@ -180,6 +180,8 @@ void PrtGet::printUsage()
cout << " -if ignore footprint" << endl;
cout << " -um update md5sum" << endl;
cout << " -im ignore md5sum" << endl;
+ cout << " -us update signature" << endl;
+ cout << " -is ignore signature" << endl;
cout << " --margs=<string> pass 'string' to pkgmk"
<< endl;
cout << " --aargs=<string> pass 'string' to pkgadd"

Generated by cgit