Drop punctuation from 'usage' (copy sourcezap)
This commit is contained in:
parent
397be0b927
commit
7622c69881
1 changed files with 4 additions and 4 deletions
|
@ -57,9 +57,9 @@ case $1 in
|
|||
printf "Usage: portzap COMMAND [OPTIONS]\n"
|
||||
printf "\n"
|
||||
printf "Commands:\n"
|
||||
printf " clone Clone the hardenedbsd ports tree.\n"
|
||||
printf " pull Pull updates from the hardenedbsd ports tree.\n"
|
||||
printf " rm Remove /usr/ports/ and /home/_portzap/ports/.\n"
|
||||
printf " install Install the ports tree into /usr/ports/.\n"
|
||||
printf " clone Clone the hardenedbsd ports tree\n"
|
||||
printf " pull Pull updates from the hardenedbsd ports tree\n"
|
||||
printf " rm Remove /usr/ports/ and /home/_portzap/ports/\n"
|
||||
printf " install Install the ports tree into /usr/ports/\n"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue