Skip to content

Commit

Permalink
Adding extra documentation to run info.
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Nov 10, 2023
1 parent 9df7518 commit 9b550bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ case $1 in
echo " generate-i18n Generates .pot and .po files for i18n (multi-language support)"
echo " install Builds and installs application to the system (requires sudo)"
echo " install-deps Installs missing build dependencies"
echo " run Builds and runs the application"
echo " run Builds and runs the application (must run install once before successive calls to this command)"
echo " debug Builds and runs the application within gdb for debugging purposes"
echo " test Builds and runs testing for the application"
echo " test-run Builds application, runs testing and if successful application is started"
Expand Down

0 comments on commit 9b550bf

Please sign in to comment.