diff mbox

[2/2] fwts-collect: reference sudo requirement in show_help()

Message ID 1346252849-16641-1-git-send-email-vanhoof@canonical.com
State Accepted
Headers show

Commit Message

Chris Van Hoof Aug. 29, 2012, 3:07 p.m. UTC
Signed-off-by: Chris Van Hoof <vanhoof@canonical.com>
---
 scripts/fwts-collect |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Colin Ian King Aug. 29, 2012, 6:34 p.m. UTC | #1
On 29/08/12 16:07, Chris Van Hoof wrote:
> Signed-off-by: Chris Van Hoof <vanhoof@canonical.com>
> ---
>   scripts/fwts-collect |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/fwts-collect b/scripts/fwts-collect
> index 0b5838a..a4ef2bf 100755
> --- a/scripts/fwts-collect
> +++ b/scripts/fwts-collect
> @@ -55,7 +55,7 @@ basic logs and system related information, but one can also
>   specify extra files to add to the archive too.
>
>   example:
> -	fwts-collect report.log /var/log/messages
> +	sudo fwts-collect report.log /var/log/messages
>
>   EOD
>   }
>
Acked-by: Colin Ian King <colin.king@canonical.com>
Alex Hung Aug. 31, 2012, 2:17 a.m. UTC | #2
On 08/29/2012 11:07 PM, Chris Van Hoof wrote:
> Signed-off-by: Chris Van Hoof <vanhoof@canonical.com>
> ---
>   scripts/fwts-collect |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/fwts-collect b/scripts/fwts-collect
> index 0b5838a..a4ef2bf 100755
> --- a/scripts/fwts-collect
> +++ b/scripts/fwts-collect
> @@ -55,7 +55,7 @@ basic logs and system related information, but one can also
>   specify extra files to add to the archive too.
>
>   example:
> -	fwts-collect report.log /var/log/messages
> +	sudo fwts-collect report.log /var/log/messages
>
>   EOD
>   }
>
Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

diff --git a/scripts/fwts-collect b/scripts/fwts-collect
index 0b5838a..a4ef2bf 100755
--- a/scripts/fwts-collect
+++ b/scripts/fwts-collect
@@ -55,7 +55,7 @@  basic logs and system related information, but one can also
 specify extra files to add to the archive too.
 
 example:
-	fwts-collect report.log /var/log/messages
+	sudo fwts-collect report.log /var/log/messages
 
 EOD
 }