]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- reflow help screen
authorTomasz Pala <gotar@pld-linux.org>
Sun, 15 Feb 2009 13:10:02 +0000 (13:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    banner.sh -> 1.9

banner.sh

index c5ebd5c0a6dcc913f2683dd146cfb45b5edf4d83..49fd6876b942d4feabd6409346e2825652dc433a 100644 (file)
--- a/banner.sh
+++ b/banner.sh
@@ -60,28 +60,20 @@ Help()
 {
        Usage
        cat << EOF
--a
---all       - all banners
+-a, --all       - all banners
 -d, --delete    - delete specified banners
--e
---exclude   - exclude following banners (useful with -a)
--h
---help      - show this help
--i
---include   - cancel effect of -e (EXCLUDED banners will remain excluded)
--m
---make      - make a brand-new banner named as following parameter [1] (from stdin)
--M          - same as above, but append if file exists
--n
---names     - show names of the banners
---newer     - all choosen banners should be newer than following parameter in seconds
---older     - all choosen banners should be older than following parameter in seconds
--s
---show      - show specified banners
---stderr    - send banner to stderr instead of stdout (or other)
---stdout    - send banner to stdout instead of stderr (or other)
--u
---usage     - show short help
+-e, --exclude   - exclude following banners (useful with -a)
+-h, --help      - show this help
+-i, --include   - cancel effect of -e (EXCLUDED banners will remain excluded)
+-m, --make      - make a brand-new banner named as following parameter [1] (from stdin)
+-M              - same as above, but append if file exists
+-n, --names     - show names of the banners
+--newer         - all choosen banners should be newer than following parameter in seconds
+--older         - all choosen banners should be older than following parameter in seconds
+-s, --show      - show specified banners
+--stderr        - send banner to stderr instead of stdout (or other)
+--stdout        - send banner to stdout instead of stderr (or other)
+-u, --usage     - show short help
 
 [1] if there is no slash ('/') in the given name default dir ($BANNERDIR) is used,
     otherwise the one that's specified
This page took 0.043526 seconds and 4 git commands to generate.