Skip to content

Commit

Permalink
Fix typo in help message
Browse files Browse the repository at this point in the history
---
Signed-off-by: Michael Ferguson <mppf@users.noreply.github.com>
  • Loading branch information
mppf committed Dec 14, 2020
1 parent 36560dd commit 71f67d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/config/update-if-different
Expand Up @@ -13,7 +13,7 @@ def main():
'Deletes src either way.')
parser.add_option("--update", action="store_true", dest="update",
help=("given dst src - update dst with src. "
"If the differ, copy dst to src. "
"If they differ, copy dst to src. "
"Removes src either way"))
parser.add_option("--copy", action="store_true", dest="copy",
help=("given src dst - copy src to dst. "
Expand Down

0 comments on commit 71f67d3

Please sign in to comment.