aboutsummaryrefslogtreecommitdiffstats
path: root/bin/yp/srtool_yp.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/yp/srtool_yp.py')
-rwxr-xr-xbin/yp/srtool_yp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/yp/srtool_yp.py b/bin/yp/srtool_yp.py
index 2f9384de..552eadf1 100755
--- a/bin/yp/srtool_yp.py
+++ b/bin/yp/srtool_yp.py
@@ -122,6 +122,8 @@ def main(argv):
parser = argparse.ArgumentParser(description='srtool_wr.py: Manage SRTool to Yocto Project')
parser.add_argument('--init-products', '-p', action='store_const', const='init_products', dest='command', help='Init and import Yocto Project Products')
parser.add_argument('--file', dest='file', help='Source file')
+
+ parser.add_argument('--force', '-f', action='store_true', dest='force_update', help='Force update')
parser.add_argument('--verbose', '-v', action='store_true', dest='verbose', help='Verbose debugging')
args = parser.parse_args()