diff --git a/contrib/org.sigrok.PulseView.desktop b/contrib/org.sigrok.PulseView.desktop index f76276e2..9b49b3b9 100644 --- a/contrib/org.sigrok.PulseView.desktop +++ b/contrib/org.sigrok.PulseView.desktop @@ -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; diff --git a/doc/pulseview.1 b/doc/pulseview.1 index 749f6dab..ea2d9d23 100644 --- a/doc/pulseview.1 +++ b/doc/pulseview.1 @@ -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 @@ -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" diff --git a/main.cpp b/main.cpp index 0867187c..12aa4878 100644 --- a/main.cpp +++ b/main.cpp @@ -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"