git.slaskete.net
/
einar-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
b7a566d
)
Minor fixes
author
Einar Jørgen Haraldseid
<einar@haraldseid.net>
Mon, 29 Jul 2019 20:50:08 +0000
(22:50 +0200)
committer
Einar Jørgen Haraldseid
<einar@haraldseid.net>
Mon, 29 Jul 2019 20:50:08 +0000
(22:50 +0200)
addfollowmeprint.sh
patch
|
blob
|
history
diff --git
a/addfollowmeprint.sh
b/addfollowmeprint.sh
index dfd6f9ab054590fb258dab86f3c6b6411f6d1a36..f422c52549916e4f120697be7037030a57b232d3 100755
(executable)
--- a/
addfollowmeprint.sh
+++ b/
addfollowmeprint.sh
@@
-1,5
+1,5
@@
#!/bin/bash
#!/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
# 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 "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"
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"