Minor fixes
authorEinar Jørgen Haraldseid <einar@haraldseid.net>
Mon, 29 Jul 2019 20:50:08 +0000 (22:50 +0200)
committerEinar Jørgen Haraldseid <einar@haraldseid.net>
Mon, 29 Jul 2019 20:50:08 +0000 (22:50 +0200)
addfollowmeprint.sh

index dfd6f9ab054590fb258dab86f3c6b6411f6d1a36..f422c52549916e4f120697be7037030a57b232d3 100755 (executable)
@@ -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"