Browse Source

Update man pages

bugfixes
gau1991 11 years ago
parent
commit
ef2693d8a0
  1. 8
      docs/man/ee.8

8
docs/man/ee.8

@ -5,7 +5,7 @@
.SH SYNOPSIS .SH SYNOPSIS
ee [ version | help | info | stack | site | debug | update ] ee [ version | help | info | stack | site | debug | update ]
.TP .TP
ee stack [ install | remove | purge ] [ nginx | php | mysql | postfix | adminer | phpmyadmin | wpcli | utils ] ee stack [ install | remove | purge ] [ --web | --mail | --all | nginx | php | mysql | postfix | adminer | phpmyadmin | wpcli | utils ]
.TP .TP
ee stack [ status | start | stop | reload | restart ] ee stack [ status | start | stop | reload | restart ]
.TP .TP
@ -44,19 +44,19 @@ Display easyengine (ee) help.
.TP .TP
.B stack .B stack
.TP .TP
.B install [ nginx | php | mysql | postfix | adminer | phpmyadmin | wpcli | utils ] .B install [ --all | --web | --mail | nginx | php | mysql | postfix | adminer | phpmyadmin | wpcli | utils ]
.br .br
Install Nginx PHP5 MySQL Postfix stack Packages if not used with Install Nginx PHP5 MySQL Postfix stack Packages if not used with
.br .br
any options.Installs specific package if used with option. any options.Installs specific package if used with option.
.TP .TP
.B remove [ nginx | php | mysql | postfix | adminer | phpmyadmin | wpcli | utils ] .B remove [ --all | --web | --mail | nginx | php | mysql | postfix | adminer | phpmyadmin | wpcli | utils ]
.br .br
Remove Nginx PHP5 MySQL Postfix stack Packages if not used with Remove Nginx PHP5 MySQL Postfix stack Packages if not used with
.br .br
any options. Remove specific package if used with option. any options. Remove specific package if used with option.
.TP .TP
.B purge [ nginx | php | mysql | postfix | adminer | phpmyadmin | wpcli | utils ] .B purge [ --all | --web | --mail | nginx | php | mysql | postfix | adminer | phpmyadmin | wpcli | utils ]
.br .br
Purge Nginx PHP5 MySQL Postfix stack Packages if not used with any Purge Nginx PHP5 MySQL Postfix stack Packages if not used with any
.br .br

Loading…
Cancel
Save