Changeset 391 for trunk


Ignore:
Timestamp:
Jun 13, 2019, 11:44:57 AM (5 years ago)
Author:
g7moreau
Message:
  • Modify getopts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tssh/tssh

    r390 r391  
    119119# get options
    120120if [ $# -eq 0 ]; then usage; exit 1; fi
    121 while getopts "w:c:fvh" options
     121while getopts "w:o:c:fvh" options
    122122do
    123123   case ${options} in
Note: See TracChangeset for help on using the changeset viewer.