Readme Work

This commit is contained in:
Brian Buller 2017-07-24 09:01:44 -05:00
parent 89c6939f88
commit f757abcf5d
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Command Line Arguments
Configuration arguments Configuration arguments
Passing a configuration argument will save the value to the database for future use Passing a configuration argument will save the value to the database for future use
``` ```none
-title=<title> Set the title for the site -title=<title> Set the title for the site
-port=<port> The port to run the site on -port=<port> The port to run the site on
-session-name=<name> A name to use for the session -session-name=<name> A name to use for the session
@ -25,7 +25,7 @@ Passing a configuration argument will save the value to the database for future
Runtime Arguments Runtime Arguments
These arguments only affect the current run of the application These arguments only affect the current run of the application
``` ```none
-help Display the application help, breakdown of arguments -help Display the application help, breakdown of arguments
-dev Run in development mode, load assets (templates/js/css) from file system -dev Run in development mode, load assets (templates/js/css) from file system
rather than the binary rather than the binary