diff options
author | vapier <vapier> | 2015-08-29 04:14:48 +0000 |
---|---|---|
committer | vapier <vapier> | 2015-08-29 04:14:48 +0000 |
commit | 16ef7c2b9b0916a48f657d6c73f65d00a0208869 (patch) | |
tree | ad4761031c25a6a4a264a4aa7c5182142a7ab22f | |
parent | detect & warn & filter out duplicate locale generation entries #550884 by Tor... (diff) | |
download | locale-gen-16ef7c2b9b0916a48f657d6c73f65d00a0208869.tar.gz locale-gen-16ef7c2b9b0916a48f657d6c73f65d00a0208869.tar.bz2 locale-gen-16ef7c2b9b0916a48f657d6c73f65d00a0208869.zip |
document the format of the -G option
-rw-r--r-- | locale-gen.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/locale-gen.8 b/locale-gen.8 index ea87755..a194be7 100644 --- a/locale-gen.8 +++ b/locale-gen.8 @@ -24,7 +24,9 @@ Look for locale definitions and store generated locale data in the specified \fIdirectory\fR .TP \fB\-G\fR, \fB\-\-generate\fR \fI<locale>\fR -Only generate the specified \fIlocale\fR (implies \-\-keep \-\-update) +Only generate the specified \fIlocale\fR (implies \-\-keep \-\-update); +format of \fIlocale\fR matches a single line in the \fBlocale.gen\fR(5) +config file .TP \fB\-h\fR, \fB\-\-help\fR Show the help output (imagine that) |