📓 Improve documentation

This commit is contained in:
C-3PO 2018-09-30 16:09:51 +02:00
parent 6bd7d47fc0
commit 132c36835f
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
2 changed files with 7 additions and 4 deletions

View file

@ -9,6 +9,7 @@
//Uses GNU's getopt_long_only(), see https://www.gnu.org/software/libc/manual/html_node/Getopt-Long-Options.html
//For a description of these arguments, see errorAndExit.c
static struct option long_options[] = {
{"disk", required_argument, 0, 'd'},
{"offset", required_argument, 0, 'o'},