Skip to content

Commit

Permalink
Merge pull request #4 from crshanks/crshanks-merge-props
Browse files Browse the repository at this point in the history
Crshanks merge props
  • Loading branch information
crshanks authored Oct 17, 2024
2 parents e3ae2c8 + 113db9b commit fd3b89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions props.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ delete() {
}

# Parse command-line arguments
while getopts "c:g:u:d:" opt; do
while getopts "c r u d" opt; do
case ${opt} in
c )
create
Expand All @@ -64,7 +64,7 @@ while getopts "c:g:u:d:" opt; do
delete
;;
\? )
echo "Usage: cmd [-c] [-r] [-u] [-d]"
echo "Usage: ./props.sh [-c] [-r] [-u] [-d]"
;;
esac
done

0 comments on commit fd3b89a

Please sign in to comment.