Mercurial > silorider
changeset 64:d76063c61c6d
Fix wrong help message.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 26 Dec 2023 16:25:51 -0800 |
parents | c4dbbbb4990a |
children | 412ff72ba091 |
files | silorider/main.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)