summaryrefslogtreecommitdiff
path: root/test/librexgettext.d/it_handles_librefetch_flags.sh
blob: 579ca960823fd3a5a18d477e00ca57a7e0c26e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env bash
. libremessages

flag 'Settings:' \
     "-C"               "Force create mode (don't download)" \
     "-D"               "Force download mode (don't create)" \
     "-p <$(_ FILE)>"   "Use an alternate build script (instead of
                         'PKGBUILD').  If an SRCBUILD exists in the same
                         directory, it is used instead" \
     'Alternate modes:' \
     "-g, --geninteg"   "Generate integrity checks for source files" \
     "-S, --srcbuild"   "Print the effective build script (SRCBUILD)" \
     "-M, --makepkg"    "Generate and print the location of the
                         effective makepkg script" \
     "-h, --help"       "Show this message"