[Groonga-commit] groonga/groonga [master] apt yum: add usage

Back to archive index

Ryo Onodera onode****@clear*****
2012年 6月 27日 (水) 13:50:57 JST


小野寺です。

> +# Usage: pkg-check-install.sh [--install-groonga]
> +#                             [--check-install]
> +#                             [--check-address]
> +#                             [--enable-repository]
使い方はコメントに書くのではなくて、適切な時にこのスクリプトから出力する
ようにした方がいいと思いました。

適切な時というのは引数が何も指定されなかった時とか--help、-hが指定された
時、想定していない引数が指定された時などです。

On Wed, 2012-06-27 at 13:23 +0900, null+****@clear***** wrote:
> Author
>         HAYASHI Kentaro <hayas****@clear*****>
> Date
>         2012-06-27 13:23:00 +0900 (Wed, 27 Jun 2012)
> New Revision
>         766a19e1f0284fe5b354c66b6bfdf81b70db0dfc
> Log
>         apt yum: add usage
> Modified files
>               * packages/pkg-check-util.sh
> Modified: packages/pkg-check-util.sh (+8 -0)
> 
> ===================================================================
> 
> --- packages/pkg-check-util.sh    2012-06-27 13:20:47 +0900 (13bd76b)
> 
> +++ packages/pkg-check-util.sh    2012-06-27 13:23:00 +0900 (dabeb9b)
> 
> @@ -1,5 +1,13 @@
> 
> #!/bin/sh
> 
> 
> 
> +# Usage: pkg-check-install.sh [--install-groonga]
> 
> +#                             [--check-install]
> 
> +#                             [--check-address]
> 
> +#                             [--enable-repository]
> 
> +#
> 
> +# CODES="squeeze wheezy unstable lucid natty oneiric precise"
> 
> +# DISTRIBUTIONS="centos fedora"
> 
> +
> 
> if [ -z "$DEB_ARCHITECTURES" ]; then
> 
> DEB_ARCHITECTURES="i386 amd64"
> 
> fi
> 
> _______________________________________________
> Groonga-commit mailing list
> Groon****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/groonga-commit




Groonga-commit メーリングリストの案内
Back to archive index