From: Einar Jørgen Haraldseid Date: Mon, 29 Jul 2019 20:50:08 +0000 (+0200) Subject: Minor fixes X-Git-Url: https://git.slaskete.net/einar-bin/commitdiff_plain/407e7e5c5d504db44d89cb6d5d3a92d693009a8c Minor fixes --- 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"