Better wording.

This commit is contained in:
Andrew Hamilton 2016-02-13 18:55:15 +00:00
parent 2373e78cbd
commit 5c75832efb
2 changed files with 5 additions and 2 deletions

4
vigil
View file

@ -1068,8 +1068,8 @@ def check_arguments():
if __name__ == "__main__":
root_path, worker_count, is_sandboxed, editor_command = check_arguments()
subprocess.call(["sudo", "-p", "Vigil needs sudo to run any script that "
"needs sudo... [sudo] password for %u: ", "true"])
subprocess.call(["sudo", "-p", "Vigil uses sudo... "
"[sudo] password for %u: ", "true"])
with terminal.console_title("vigil: " + os.path.basename(root_path)):
manage_cache(root_path)
with chdir(root_path): # FIX: Don't change directory if possible.