aboutsummaryrefslogtreecommitdiffstats
path: root/printers.py
diff options
context:
space:
mode:
Diffstat (limited to 'printers.py')
-rw-r--r--printers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/printers.py b/printers.py
index 60afd2e..d3c7539 100644
--- a/printers.py
+++ b/printers.py
@@ -10,7 +10,7 @@ def delete_printers():
def add_printer(printer, options={}):
"""
- Adds a printer
+ Add a printer
A printer is a tuple (name, PPD path, LPD address)
"""
cmd = ['/usr/sbin/lpadmin', '-x', printer[1]]