lib/ramaze/bin/restart.rb in ramaze-2011.07.25 vs lib/ramaze/bin/restart.rb in ramaze-2011.10.23
- old
+ new
@@ -4,14 +4,14 @@
##
# Restarts an application based on a specified directory/rackup file and
# PID. The PID is used to kill the process, the Rackup file is used to start
# the process again after it has been killed.
#
- # == Usage
+ # Usage:
#
- # ramaze restart
- # ramaze restart /home/foobar/projects/ramaze/ \
- # -P /home/foobar/projects/ramaze/ramaze.pid
+ # ramaze restart
+ # ramaze restart /home/foobar/projects/ramaze/ \
+ # -P /home/foobar/projects/ramaze/ramaze.pid
#
# @author Yorick Peterse
# @since 21-07-2011
#
class Restart