Codebase list rust-serde-xml-rs / a04cf68
fix a typo Sylvestre Ledru 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 #!/bin/sh
11
2 if [ $# -ne 1 -o $# -ne 2 ]; then
2 if [ $# -ne 1 -a $# -ne 2 ]; then
33 echo "Incorrect syntax."
44 echo "Syntax:"
55 echo "$0 <rust-crate-name>"