From 407e7e5c5d504db44d89cb6d5d3a92d693009a8c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Einar=20J=C3=B8rgen=20Haraldseid?= Date: Mon, 29 Jul 2019 22:50:08 +0200 Subject: [PATCH 1/1] Minor fixes --- addfollowmeprint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addfollowmeprint.sh b/addfollowmeprint.sh index dfd6f9a..f422c52 100755 --- a/addfollowmeprint.sh +++ b/addfollowmeprint.sh @@ -1,5 +1,5 @@ #!/bin/bash -# This script installs the FollowMe print queue at NTNU on Linux (and possibly Mac) systems. +# This script installs the FollowMe print queue at NTNU on Linux and possibly Mac systems. # The targeted and tested distros are: Debian, Ubuntu (and derivates), Fedora, CentOS, OpenSUSE and Mint # Copyright © 2017-2019 einar.haraldseid@ntnu.no @@ -8,7 +8,7 @@ function usage { echo "Usage: ./$(basename "${0}") [OPTIONS]" echo "Options:" echo " -m, --model {ricoh|generic} Printer model to install (default: generic)" - echo " -d, --driver {pcl,postscript} Printer driver to use (default: postscript)" + echo " -d, --driver {pcl|postscript} Printer driver to use (default: postscript)" echo " -f, --force Force running script as if on Linux systems" echo " -p, --plaintext Store credentials as plaintext in /etc/cups/printers.conf (Linux only)" echo " -h, --help Display this help text" -- 2.30.2