Skip to content

Commit

Permalink
Merge pull request #12 from sudofox/patch-1
Browse files Browse the repository at this point in the history
Fix typos and FreePBX brand capitalization
  • Loading branch information
push143smart authored Aug 14, 2023
2 parents 2d6613e + 2b739cd commit 91c6929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xpp/dahdi_genconf
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ sub usage {
warn "Usage: $0 [options] <generators>\n";
warn " Options:\n";
warn " --line-mode=<E1|T1|J1> - Also generate span-types.conf with default line mode\n";
warn " -F|--freepbx - Modify configuration for Freepbx (skip FXS channels)\n";
warn " -v|--verbose - Be versbose, show generated files\n";
warn " -F|--freepbx - Modify configuration for FreePBX (skip FXS channels)\n";
warn " -v|--verbose - Be verbose, show generated files\n";
warn " -V|--version - Show version and exit\n";
warn " -h|--help - Show this message\n";
exit 1;
Expand Down Expand Up @@ -201,7 +201,7 @@ Verbose -- sets the C<'verbose'> option for all generators.
=item -F --freepbx
Freepbx -- sets the C<'freepbx'> option for all generators.
FreePBX -- sets the C<'freepbx'> option for all generators.
Currently, chandahdi is affected.
=item --line-mode=I<mode>
Expand Down

0 comments on commit 91c6929

Please sign in to comment.