Skip to content
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
2 changes: 1 addition & 1 deletion contrib/org.sigrok.PulseView.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Name=PulseView
GenericName=Logic analyzer, oscilloscope and MSO GUI
Categories=Development;Electronics;
Comment=Control your logic analyzer, oscilloscope, or MSO
Exec=pulseview
Exec=pulseview %F
Icon=pulseview
Type=Application
MimeType=application/vnd.sigrok.session;
4 changes: 2 additions & 2 deletions doc/pulseview.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.SH "NAME"
PulseView \- Qt-based LA/scope/MSO GUI for sigrok
.SH "SYNOPSIS"
.B pulseview \fR[\fBOPTIONS\fR] [\fBFILE\fR]
.B pulseview \fR[\fBOPTIONS\fR] [\fBFILE...\fR]
.SH "DESCRIPTION"
.B PulseView
is a cross-platform Qt-based GUI for the
Expand All @@ -15,7 +15,7 @@ has very few command line options, as most configuration elements are
available from the GUI itself.
.sp
If the optional \fBFILE\fR argument is supplied, PulseView tries to open
the specified file. It has to be in the "libsigrok session" format (.sr)
the specified file(s). It has to be in the "libsigrok session" format (.sr)
unless -I is used to specify the input file format.
.TP
.B "\-l, \-\-loglevel"
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void usage()
{
fprintf(stdout,
"Usage:\n"
" %s [OPTIONS] [FILE]\n"
" %s [OPTIONS] [FILE...]\n"
"\n"
"Help Options:\n"
" -h, -?, --help Show help option\n"
Expand Down