diff --git a/dist-sync b/dist-sync index 45f6bb46404c7153d12ff168d8d5c27881134328..c1d04454c665655b934add53f8cfe8af2c226346 100755 --- a/dist-sync +++ b/dist-sync @@ -491,10 +491,10 @@ if __name__ == '__main__': help='move updated files to active location') parser.add_argument('--reposync', action='store_true', - help='Run rsync actions as well as reposync') + help='Run reposync action') parser.add_argument('--rsync', action='store_true', - help='Run rsync actions as well as reposync') + help='Run rsync action') parser.add_argument('--nocreaterepo', action='store_true', help='Skip createrepo')