# HG changeset patch # User Ludovic Chabant # Date 1703636751 28800 # Node ID d76063c61c6dbd9d9eb8ebba3df292b0a45ec34e # Parent c4dbbbb4990a3d7032f31006985c88090821ad83 Fix wrong help message. diff -r c4dbbbb4990a -r d76063c61c6d silorider/main.py --- a/silorider/main.py Sat Oct 28 13:06:45 2023 -0700 +++ b/silorider/main.py Tue Dec 26 16:25:51 2023 -0800 @@ -89,7 +89,7 @@ parser.add_argument( '--dry-run', action='store_true', - help="Only report what would be posted, but don't post anything.") + help="Only report what would be populated, but don't populate anything.") parser.set_defaults(func=_run)