diff --git a/pacman_mirrors/pacman_mirrors.py b/pacman_mirrors/pacman_mirrors.py index e6570cbf498ff452136ac7eb2eb0c4a9f3e62261..0b973dee0a4e4b61bef01c1b42b4b6cb00931f8c 100644 --- a/pacman_mirrors/pacman_mirrors.py +++ b/pacman_mirrors/pacman_mirrors.py @@ -200,11 +200,8 @@ class PacmanMirrors: self.quiet = True if args.sync: - print(".: {} {} {} {}".format(color.YELLOW, - "Argument '-y/--generate' is deprecated.", - color.ENDCOLOR, - "Use 'pacman -Syy'." - )) + print(".:{} Argument '-y/--sync' is deprecated.{}\n" + ".: Please use 'pacman -Syy'".format(color.YELLOW, color.ENDCOLOR)) self.sync = True if args.interactive: