Skip to content

noping: boxless drawing option #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions src/mans/oping.pod
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ and routing.
I<noping only> B<-u> forces UTF-8 output, B<-U> disables UTF-8 output. If
neither is given, the codeset is automatically determined from the locale.

=item B<-B>

I<noping only> B<-B> disables drawing boxes around the ping results.

=item B<-g> B<none>|B<prettyping>|B<boxplot>|B<histogram>

I<noping only> Selects the graph to display.
Expand Down Expand Up @@ -238,14 +242,6 @@ remainder.

=back

=item B<-H> I<height>

Sets the height of the boxs containing each graph. The <height> must
be a number between 1 and 5. The default is B<5> lines, which shows the
maximum amount of information. Reducing the size will remove the textual
information and will eventually remove the box drawn around the graph -
showing only the graph when set to B<1> line.

=item B<-b>

Audible bell. Print a ASCII BEL character (\a or 0x07) when a packet
Expand Down Expand Up @@ -329,10 +325,8 @@ printed in red.
=head1 INTERACTIVE KEYBOARD CONTROLS

When running I<noping>, the type of graph being displayed can be
changed by using the B<g> key.
The height of the graph boxes can also be increased and decreased with B<+> and
B<-> keys.
A new host can be added at any time with the B<a> key.
changed by using the B<g> key. A new host can be added at any time
with the B<a> key.

=head1 SEE ALSO

Expand Down
Loading