We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a933b98 commit 9555432Copy full SHA for 9555432
virtualenvwrapper.sh
@@ -975,13 +975,13 @@ function setvirtualenvproject {
975
# Show help for mkproject
976
function virtualenvwrapper_mkproject_help {
977
echo "Usage: mkproject [-t template] [virtualenv options] project_name"
978
- echo ""
+ echo
979
echo "Multiple templates may be selected. They are applied in the order"
980
echo "specified on the command line."
981
- echo;
982
echo "mkvirtualenv help:"
983
echo
984
- mkvirtualenv -h;
+ mkvirtualenv -h
985
986
echo "Available project templates:"
987
0 commit comments