Skip to content

Commit f40eed0

Browse files
authored
Merge pull request #40 from savage-engineer/patch-1
Update README.rst
2 parents 730ceb9 + f6cb4ed commit f40eed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ easily borrow variables from the structure into option parser. For example::
147147
verbose: bool,
148148
}
149149
...
150-
let mut options = Options { verbose: false }
150+
let mut options = Options { verbose: false };
151151
parser.refer(&mut options.verbose)
152152
.add_option(&["-v"], StoreTrue,
153153
"Be verbose");

0 commit comments

Comments
 (0)