From fde5054e0f63b568b0927d59dbf62f23d19d4d9b Mon Sep 17 00:00:00 2001 From: joliv Date: Sat, 10 May 2014 16:32:27 -0400 Subject: [PATCH 1/2] Added man page plugin command warning As of now, the man page does not update when plugins are installed. --- dokku.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dokku.1 b/dokku.1 index e69adc40270..0ab42e984a6 100644 --- a/dokku.1 +++ b/dokku.1 @@ -56,3 +56,9 @@ Show the url for an app. .TP .B version Print dokku's version. +.\" +.SH NOTES +This man page does not include commands added +by non-default plugins. To see the full list +of commands available to your current dokku +installation, run \fBdokku help\fR. From d269782812b9e01d9a3c7c7b7ccfa6bb29189c07 Mon Sep 17 00:00:00 2001 From: joliv Date: Sat, 10 May 2014 16:43:21 -0400 Subject: [PATCH 2/2] Updated man page date I forgot to change it. I even left myself a reminder! --- dokku.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dokku.1 b/dokku.1 index 0ab42e984a6..efce792f213 100644 --- a/dokku.1 +++ b/dokku.1 @@ -1,4 +1,4 @@ -.TH DOKKU 1 2014-03-08 +.TH DOKKU 1 2014-05-10 .\"Make sure to change that date when you commit a change! .\" .SH NAME