Skip to content
This repository was archived by the owner on Mar 30, 2020. It is now read-only.

Commit 0a7c551

Browse files
committed
The :u is now not used.
1 parent da1c09b commit 0a7c551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ssh-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ EOF
3131
# Command line options and arguments parsing
3232
#
3333

34-
while getopts :u:h opt; do
34+
while getopts :h opt; do
3535
case $opt in
3636
h) usage_and_exit
3737
;;

0 commit comments

Comments
 (0)