projects
/
evergreen
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a1169f
)
LP#1340947: Finish support in oils_ctl.sh for -y and -z options
author
Jason Boyer
<jboyer1@library.in.gov>
Mon, 14 Jul 2014 12:35:39 +0000
(08:35 -0400)
committer
Ben Shum
<bshum@biblio.org>
Thu, 18 Sep 2014 20:11:10 +0000
(16:11 -0400)
Signed-off-by: Jason Boyer <jboyer1@library.in.gov>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/examples/oils_ctl.sh
patch
|
blob
|
history
diff --git
a/Open-ILS/examples/oils_ctl.sh
b/Open-ILS/examples/oils_ctl.sh
index
a546c5b
..
dde70cb
100755
(executable)
--- a/
Open-ILS/examples/oils_ctl.sh
+++ b/
Open-ILS/examples/oils_ctl.sh
@@
-36,7
+36,7
@@
function usage {
# ---------------------------------------------------------------------------
# Load the command line options and set the global vars
# ---------------------------------------------------------------------------
-while getopts "a:d:s:l:" flag; do
+while getopts "a:d:s:l:
y:z:
" flag; do
case $flag in
"a") OPT_ACTION="$OPTARG";;
"s") OPT_SIP_CONFIG="$OPTARG";;