Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fixed renamed option
Browse files Browse the repository at this point in the history
  • Loading branch information
chluehr committed May 5, 2010
1 parent a8358bb commit 10ef082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/x2doc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi

# Parse command line options:

while getopts ":hvt:o:i:" opt; do
while getopts ":hvt:o:f:" opt; do
case $opt in
h)
echo "Usage: x2doc OPTIONS"
Expand Down

0 comments on commit 10ef082

Please sign in to comment.