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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/yp/srtool_yp.py b/bin/yp/srtool_yp.py
index 338d4467..1438b59f 100755
--- a/bin/yp/srtool_yp.py
+++ b/bin/yp/srtool_yp.py
@@ -115,6 +115,7 @@ def main(argv):
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('--update-skip-history', '-H', action='store_true', dest='update_skip_history', help='Skip history updates')
parser.add_argument('--verbose', '-v', action='store_true', dest='verbose', help='Verbose debugging')
args = parser.parse_args()