Skip to content

Commit

Permalink
Mention --lang in command synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Afanasyev committed Feb 2, 2018
1 parent 12d53dc commit 2b8103d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/html/serge-pull-ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 id="NAME">NAME</h1>

<h1 id="SYNOPSIS">SYNOPSIS</h1>

<p><code>serge pull-ts [configuration-files] [--force] [--echo-commands] [--echo-output]</code></p>
<p><code>serge pull-ts [configuration-files] [--force] [--lang=aa,bb,cc] [--echo-commands] [--echo-output]</code></p>

<p>Where <code>[configuration-files]</code> is a path to a specific .serge file, or a directory to scan .serge files in. You can specify multiple paths as separate command-line parameters. If no paths provided, Serge will look up for .serge files in the current directory.</p>

Expand Down
2 changes: 1 addition & 1 deletion doc/html/serge-push-ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 id="NAME">NAME</h1>

<h1 id="SYNOPSIS">SYNOPSIS</h1>

<p><code>serge push-ts [configuration-files] [--force] [--echo-commands] [--echo-output]</code></p>
<p><code>serge push-ts [configuration-files] [--force] [--lang=aa,bb,cc] [--echo-commands] [--echo-output]</code></p>

<p>Where <code>[configuration-files]</code> is a path to a specific .serge file, or a directory to scan .serge files in. You can specify multiple paths as separate command-line parameters. If no paths provided, Serge will look up for .serge files in the current directory.</p>

Expand Down
3 changes: 2 additions & 1 deletion doc/pod/serge-pull-ts.pod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ serge-pull-ts - Pull translation files from translation server

=head1 SYNOPSIS

C<< serge pull-ts [configuration-files] [--force] [--echo-commands] [--echo-output] >>
C<< serge pull-ts [configuration-files]
[--force] [--lang=aa,bb,cc] [--echo-commands] [--echo-output] >>

Where C<< [configuration-files] >> is a path to a specific .serge file,
or a directory to scan .serge files in. You can specify multiple paths
Expand Down
3 changes: 2 additions & 1 deletion doc/pod/serge-push-ts.pod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ serge-push-ts - Push translation files to translation server

=head1 SYNOPSIS

C<< serge push-ts [configuration-files] [--force] [--echo-commands] [--echo-output] >>
C<< serge push-ts [configuration-files]
[--force] [--lang=aa,bb,cc] [--echo-commands] [--echo-output] >>

Where C<< [configuration-files] >> is a path to a specific .serge file,
or a directory to scan .serge files in. You can specify multiple paths
Expand Down

0 comments on commit 2b8103d

Please sign in to comment.