summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2017-01-21 12:24:07 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2017-01-21 12:24:07 +0100
commiteae3c12f422820d2d09c9fe42638902af9c5d2d0 (patch)
tree2909466dea750e899a28c2452f1c5e3132f0fa7b /src
parent60759c6ff513b46032c63bf6e1cf212dc82b8438 (diff)
downloadprt-get-eae3c12f422820d2d09c9fe42638902af9c5d2d0.tar.gz
prt-get-eae3c12f422820d2d09c9fe42638902af9c5d2d0.tar.xz
signify aware again
Diffstat (limited to 'src')
-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..50667e1 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