1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
.TH GSD "1" "September 2020" "gsd 2.2.0" "User Commands"
.SH NAME
gsd \- access native GSD file format for HOOMD-blue
.SH DESCRIPTION
usage: gsd [\-h] [\-\-version] [\-\-debug] {read} ...
.PP
The gsd package encodes canonical readers and writers for the gsd file format.
.SS "positional arguments:"
.IP
{read}
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-version\fR
Display the version number and exit.
.TP
\fB\-\-debug\fR
Show traceback on error for debugging.
|