File: canconvert.1

package info (click to toggle)
python-canmatrix 1.2~github-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: xml: 30,201; python: 14,631; makefile: 31; sh: 7
file content (29 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH CANCONVERT 1 "September 2016" "python-canmatrix" "User Commands"
.SH NAME
canconvert \- convert between various CAN bus database formats
.SH DESCRIPTION
.SS "Usage:"
.IP
canconvert [options] import\-file export\-file
.TP
import\-file: *.dbc|*.dbf|*.kcd|*.arxml|*.json|*.xls(x)|*.sym
.TP
export\-file: *.dbc|*.dbf|*.kcd|*.arxml|*.json|*.xls(x)|*.sym
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show all options
.TP
\fB\-v\fR
output verbosity
.TP
\fB\-s\fR
don't print status messages to stdout. (only errors)
.TP
\fB\-f\fR FORCE_OUTPUT
enforce output format, ignoring output file extension
(e.g., \fB\-f\fR csv)
.TP
For a list of all available options, please use \fB\-\-help\fR.
.SH "SEE ALSO"
cancompare(1)