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

Fix typo 'trail' -> 'trial' #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ usage() {
echo "$ ./install.sh [options]"
echo "options:"
echo "-s, for real-world deployment on a server"
echo "-l, for trail purpose on a local VM"
echo "-l, for trial purpose on a local VM"
echo "-h, this message"
exit 1;
}

Expand Down
4 changes: 2 additions & 2 deletions server/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
usage() {
echo "$ ./install.sh [options]"
echo "options:"
echo "-http, for real-world deployment on a server"
echo "-https, for trail purpose on a local VM"
echo "-s, for real-world deployment on a server"
echo "-l, for trial purpose on a local VM"
exit 1;
}

Expand Down