Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
db44b8d3
Commit
db44b8d3
authored
May 10, 2017
by
jaster
Browse files
bin/dev.sh: Improve informational messages to user
Fix typos, correct grammar and clarify some instructions in user messages.
parent
c8ad26c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/dev.sh
View file @
db44b8d3
...
...
@@ -28,7 +28,7 @@ case $SHELL in
RCSHELL
=
"
$HOME
/.zshrc"
;;
*
)
echo
"SHELL
don'
t supported. Try using BASH or ZSH, or manually."
echo
"SHELL
no
t supported. Try using BASH or ZSH, or
set alias
manually."
RCSHELL
=
"/dev/null"
;;
esac
...
...
@@ -40,5 +40,5 @@ source $ALIASROOT
echo
-e
"You can use the following aliases :
\n
"
echo
-e
"
\t
memopol-code : Go into the repository and activate the virtualenv"
echo
-e
"
\t
memopol-launch : Run the development server"
echo
-e
"
\t
memopol
l
-update-all : Get all the production data"
echo
-e
"
\t
memopol-update-all : Get all the production data"
echo
-e
"
\t
memopol-refresh-scores : Refresh all scores"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment