allow -p flag for phlog

This commit is contained in:
James Tomasino 2018-01-20 02:46:21 -05:00
parent f22ee9a415
commit 0302ce41ed
1 changed files with 1 additions and 1 deletions

2
burrow
View File

@ -52,7 +52,7 @@ END
}
function parseopts() {
while getopts ":hvr" opt
while getopts ":hvrp" opt
do
case "${opt}" in
h)